Added systemd unit file

This commit is contained in:
Torsten Kurbad
2017-09-07 16:53:13 +02:00
parent 3f1d2e2d60
commit 48de4faf90
3 changed files with 26 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Python3 UPS Monitor
Documentation=https://git.iwm-tuebingen.de/tkurbad/pyupsmon
[Service]
Type=simple
ExecStart=/usr/local/sbin/pyupsmon
[Install]
WantedBy=multi-user.target