Re: [systemd-devel] How to exclusively toggle between two systemd instances of a single daemon?

2014-10-08 Thread terrygalant . lists
Hi Zbigniew On Wed, Oct 8, 2014, at 06:39 AM, Zbigniew Jędrzejewski-Szmek wrote: > You can also make a symlink from /etc/systemd/system/xxx.service to > either of the two files and manage it by hand, calling systemctl > daemon-reload afterwards. I think this should work. > > > If other systemd un

[systemd-devel] How to exclusively toggle between two systemd instances of a single daemon?

2014-10-08 Thread terrygalant . lists
Hi I have 2 installed instances of a single daemon. 1 is from distro-installed packages, installed into standard default OS locations with unit files in /usr/lib/systemd/system/. The other is installed under /opt, with unit files currently in /opt/mydaemon/systemd/system/, which can be (un)sym