Packages with configuration changes: +check-mk-agent 2.0.0p24-1.cda2a50c93cf78cc all Package changes: +check-mk-agent 2.0.0p24-1.cda2a50c93cf78cc all
17 lines
415 B
Desktop File
17 lines
415 B
Desktop File
# systemd service definition file
|
|
[Unit]
|
|
Description=Checkmk agent
|
|
|
|
[Service]
|
|
# "-" path prefix makes systemd record the exit code,
|
|
# but the unit is not set to failed.
|
|
ExecStart=-/usr/bin/check_mk_agent
|
|
# this can fail if agent updater is being run by the async service at the same time
|
|
ExecStopPost=-/usr/bin/cmk-install-agent
|
|
Environment='MK_RUN_ASYNC_PARTS=false'
|
|
Type=oneshot
|
|
|
|
User=root
|
|
|
|
StandardInput=socket
|