summarylogtreecommitdiffstats
path: root/cfengine3.service
blob: 92a2b7fc354fadd49673ae636effabb5081f37e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=CFEngine 3 daemons
After=network.target
Requires=cf-execd.service cf-monitord.service cf-serverd.service

[Service]
Type=oneshot
ExecStart=/bin/true
ExecReload=/bin/true
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target