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/omd.service
T
2022-05-13 09:37:26 +02:00

16 lines
359 B
Desktop File

[Unit]
Description=Checkmk Monitoring
Documentation=https://docs.checkmk.com/latest/en/
Wants=network-online.target
After=syslog.target time-sync.target network.target network-online.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/omd start
ExecStop=/usr/bin/omd stop
ExecReload=/usr/bin/omd reload
[Install]
WantedBy=multi-user.target