[systemd-devel] syslog web page formatting error

2013-05-24 Thread Andrey Borzenkov
The page http://www.freedesktop.org/wiki/Software/systemd/syslog/ contains [[!format txt """ [Unit] Description=System Logging Service Requires=syslog.socket [Service] ExecStart=/usr/sbin/syslog-ng -n StandardOutput=null [Install] Alias=syslog.service WantedBy=multi-user.target """]] I guess

[systemd-devel] [PATCH] Fix CPUShares configuration option

2013-05-24 Thread Eelco Dolstra
This fixes the error message "Unknown or unsupported cgroup attribute CPUShares". --- src/core/cgroup-semantics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/cgroup-semantics.c b/src/core/cgroup-semantics.c index 82b02bb..7df9d01 100644 --- a/src/core/cgroup-semant

Re: [systemd-devel] [PATCH] service: kill processes with SIGKILL on watchdog failure

2013-05-24 Thread Hoyer, Marko (ADITG/SW2)
> Just calling service_enter_dead() does not kill any processes. > As a result, the old process may still be running when the new one is started. Thx for the fast response and alternative patch. I tested it in my environment as well and it works as expected killing the processes without execut