blob: 5517eae9ef7007ae8a3ab31811492df08dd0fdc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description = Easy, proactive monitoring of Unix systems, network and cloud services
After = network.target
[Service]
Type=forking
ExecStart = /opt/mmonit/bin/mmonit start
ExecStop = /opt/mmonit/bin/mmonit stop
PIDFile = /opt/mmonit/logs/mmonit.pid
[Install]
WantedBy = multi-user.target
|