Re: [systemd-devel] Hand when using systemctl in unit files

2011-07-27 Thread Warpme
On 7/27/11 11:19 PM, Kok, Auke-jan H wrote: 2011/7/27 Warpme: Hi, I really like systemd concept. I want to use systemctl to control other unit from given unit. I'm on systemd-29 Example: unit1: ExecStartPre=systemctl restart service2.service Issuing "systemctl restart unit1.service" gives han

[systemd-devel] [ANNOUNCE] systemd 31

2011-07-27 Thread Lennart Poettering
Heya, http://www.freedesktop.org/software/systemd/systemd-31.tar.bz2 another release with a number of new features. The coming releases will probably be a bit quieter. Bigger changes: - sd-daemon.c is now available as shared library. The code is quite stable now, so it's time to make this a p

Re: [systemd-devel] Hand when using systemctl in unit files

2011-07-27 Thread Kok, Auke-jan H
2011/7/27 Warpme : > Hi, > I really like systemd concept. > I want to use systemctl to control other unit from given unit. > I'm on systemd-29 > > Example: > > unit1: > ExecStartPre=systemctl restart service2.service > > Issuing "systemctl restart unit1.service" gives hang on this command (I have >

[systemd-devel] Hand when using systemctl in unit files

2011-07-27 Thread Warpme
Hi, I really like systemd concept. I want to use systemctl to control other unit from given unit. I'm on systemd-29 Example: unit1: ExecStartPre=systemctl restart service2.service Issuing "systemctl restart unit1.service" gives hang on this command (I have to terminate manually systemctl) Whil