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/cf-execd.service
Normal file
13
cfengine/cf-execd.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=CFEngine Execution Daemon
|
||||
After=network.target
|
||||
PartOf=cfengine3.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/var/cfengine/bin/cf-execd
|
||||
Type=forking
|
||||
PIDFile=/var/cfengine/cf-execd.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=cfengine3.service
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue