11 lines
195 B
SYSTEMD
11 lines
195 B
SYSTEMD
|
[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
|