summarylogtreecommitdiffstats
path: root/check_mk@.service
blob: 837d64d926d82a35baddc7ac6eed58f1c4e13479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# systemd service definition file
[Unit]
Description=Check_MK

[Service]
# "-" path prefix makes systemd record the exit code,
# but the unit is not set to failed.
ExecStart=-/usr/bin/check_mk_agent
Type=forking

User=root
Group=root

StandardInput=socket