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

2016-08-05 Thread Debian Bug Tracking System
Processing control commands: > tags -1 moreinfo Bug #833559 [systemd] systemd user service standard output is not line-buffered Added tag(s) moreinfo. -- 833559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833559 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems __

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