From: Michal Sekletar Date: Fri, 20 Jul 2012 13:55:01 +0000 (+0200) Subject: systemd: added new dependency PartOf X-Git-Tag: v188~85 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=85e9a1010d16064ce435b84f02dc585bc645aade;hp=85e9a1010d16064ce435b84f02dc585bc645aade;p=elogind.git systemd: added new dependency PartOf This should address TODO item "new dependency type to "group" services in a target". Semantic of new dependency is as follows. Once configured it creates dependency which will cause that all dependent units get stopped if unit they all depend on is stopped or restarted. Usual use case would be configuring PartOf=some.target in template unit file and WantedBy=some.target in [Install] section and enabling desired number of instances. In this case starting one instance won't pull in target but stopping or starting target(in case of WantedBy is properly configured) will cause stop/start of all instances. ---