Initial commit of PVC Ansible role
This commit is contained in:
12
roles/base/templates/etc/systemd/system/check_mk@.service
Normal file
12
roles/base/templates/etc/systemd/system/check_mk@.service
Normal file
@ -0,0 +1,12 @@
|
||||
# systemd service definition file
|
||||
[Unit]
|
||||
Description=Check_MK
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/check_mk_agent
|
||||
KillMode=process
|
||||
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
StandardInput=socket
|
Reference in New Issue
Block a user