11 lines
258 B
SYSTEMD
11 lines
258 B
SYSTEMD
[Unit]
|
|
Description=Network UPS Tools - power device monitor and shutdown controller
|
|
After=local-fs.target network.target nut-server.service
|
|
|
|
[Service]
|
|
ExecStart=@SBINDIR@/upsmon
|
|
PIDFile=@PIDPATH@/upsmon.pid
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|