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
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
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
>
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