Don't buffer error stream
This commit is contained in:
parent
c65944eae2
commit
ae1ab03275
@ -265,7 +265,7 @@ namespace service {
|
|||||||
}
|
}
|
||||||
// starts service
|
// starts service
|
||||||
void start() {
|
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
|
// stops service
|
||||||
void stop() {
|
void stop() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user