Bug#833559: systemd user service standard output is not line-buffered

2016-08-05 Thread Felipe Sateler
Control: tags -1 moreinfo On 5 August 2016 at 18:22, Daniel Kahn Gillmor wrote: > Package: systemd > Version: 230-7 > Severity: normal > > I've tested the following short-lived "daemon" as a systemd user service: > > --- > #include > #include > > int main(int argc, char **argv) > { > slee

Bug#833559: systemd user service standard output is not line-buffered

2016-08-05 Thread Daniel Kahn Gillmor
Package: systemd Version: 230-7 Severity: normal I've tested the following short-lived "daemon" as a systemd user service: --- #include #include int main(int argc, char **argv) { sleep(5); printf("a test\n"); sleep(10); return 0; } --- the "a test" line doesn't show up in the