summarylogtreecommitdiffstats
path: root/cf-execd.service
diff options
context:
space:
mode:
authorVanush "Misha" Paturyan2016-04-25 12:30:34 +0100
committerVanush "Misha" Paturyan2016-04-25 12:58:27 +0100
commit6e65e83f1294b3870ff9cab97a33b5fd38878a39 (patch)
tree3b7d794f7dd61873712dcfc697b560d721592607 /cf-execd.service
parent19820c7482c443239f787c995622f1238884c3fd (diff)
downloadaur-6e65e83f1294b3870ff9cab97a33b5fd38878a39.tar.gz
Adding cfengine3.service systemctl file
Masterfiles included in this package are attempting to restart cfengine3.service on a bootstrap. This patch introduces cfengine3.service file that depends on existing cf-execd, cf-monitord and cf-serverd services
Diffstat (limited to 'cf-execd.service')
-rw-r--r--cf-execd.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/cf-execd.service b/cf-execd.service
index b56fb41a7d24..6e384c045c64 100644
--- a/cf-execd.service
+++ b/cf-execd.service
@@ -1,6 +1,7 @@
[Unit]
Description=CFEngine Execution Daemon
-After=syslog.target
+After=network.target
+PartOf=cfengine3.service
[Service]
ExecStart=/var/cfengine/bin/cf-execd
@@ -8,4 +9,5 @@ Type=forking
PIDFile=/var/cfengine/cf-execd.pid
[Install]
+WantedBy=cfengine3.service
WantedBy=multi-user.target