mirror of https://github.com/mikaku/Monitorix.git
added systemd service file template
This commit is contained in:
parent
252417ead9
commit
526fc19a85
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Monitorix
|
||||
Wants=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/monitorix -c /etc/monitorix.conf -p /run/monitorix.pid
|
||||
PIDFile=/run/monitorix.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue