This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/systemd/system/check-mk-agent-async.service
T
caelebfi c3fa2be9a3 committing changes in /etc made by "apt install ./check-mk-agent_2.0.0p24-cda2a50c93cf78cc_all.deb"
Packages with configuration changes:
+check-mk-agent 2.0.0p24-1.cda2a50c93cf78cc all

Package changes:
+check-mk-agent 2.0.0p24-1.cda2a50c93cf78cc all
2022-05-16 16:03:40 +02:00

16 lines
298 B
Desktop File

# systemd service definition file
[Unit]
Description=Checkmk agent - Asynchronous background tasks
After=network.target
[Service]
ExecStart=/usr/bin/check_mk_agent
Environment='MK_RUN_SYNC_PARTS=false'
Environment='MK_LOOP_INTERVAL=60'
Type=simple
User=root
[Install]
WantedBy=multi-user.target