Don't buffer error stream

This commit is contained in:
Rico Tiongson 2019-02-07 04:08:49 +08:00
parent c65944eae2
commit ae1ab03275

View File

@ -265,7 +265,7 @@ namespace service {
}
// starts service
void start() {
int x = system("stdbuf -oL -eL libinput debug-events | " PROGRAM " buffer");
int x = system("stdbuf -oL -e0 libinput debug-events | " PROGRAM " buffer");
}
// stops service
void stop() {