cfengine of teh specific version
This commit is contained in:
parent
1ef57d9049
commit
5c5e572ef9
7 changed files with 198 additions and 0 deletions
13
cfengine/cfengine3.service
Normal file
13
cfengine/cfengine3.service
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue