Re: [systemd-devel] [PATCH] systemctl: make condrestart equivalent to try-restart

2010-09-20 Thread Lennart Poettering
On Mon, 20.09.10 20:45, Michal Schmidt (mschm...@redhat.com) wrote: > "condrestart" should be equivalent to "try-restart", i.e. it should be > translated into "TryRestartUnit". See > http://fedoraproject.org/wiki/Packaging:SysVInitScript#condrestart_and_try-restart > > Fixes https://bugzilla.redh

[systemd-devel] [PATCH] systemctl: make condrestart equivalent to try-restart

2010-09-20 Thread Michal Schmidt
"condrestart" should be equivalent to "try-restart", i.e. it should be translated into "TryRestartUnit". See http://fedoraproject.org/wiki/Packaging:SysVInitScript#condrestart_and_try-restart Fixes https://bugzilla.redhat.com/show_bug.cgi?id=635780 --- src/systemctl.c |6 +++--- 1 files chan