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
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
2 matches
Mail list logo