[systemd-devel] [IDEA] systemd as basis for HA clusters

2013-07-19 Thread Pablo Nehab Hess
Hi all, I was wondering how much systemd could add to current high availability cluster setups. Today systemd is used on HA clusters as just an init replacement. However, there are systemd features that might come in handy and improve the overall performance and even reliability of such clusters:

[systemd-devel] Non-target, dependency-only unit

2012-01-16 Thread Pablo Nehab Hess
or must be able to at the very least 'stop' and 'reload'/'restart' it. The solution I've been using is inserting all but the last dependency into 'ExecStartPre' and 'ExecStopPost' directives, but does *not* look correct to me.