12 lines
261 B
SYSTEMD
12 lines
261 B
SYSTEMD
|
[Unit]
|
||
|
Description=Network UPS Tools - power device monitor and shutdown controller
|
||
|
After=local-fs.target network.target nut-server.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/upsmon
|
||
|
PIDFile=/var/run/nut/upsmon.pid
|
||
|
Type=forking
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|