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
Gitea 3f38624d14 committing changes in /etc after apt run
Package changes:
-check-mk-agent 2.0.0p18-1.c8d210277bd9b504 all
+check-mk-agent 2.0.0p20-1.57eef93250dfa686 all
2022-02-22 15:12:32 +01: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