Imported Upstream version 2.6.2
This commit is contained in:
parent
a367d9bc54
commit
45043b58d0
246 changed files with 18228 additions and 1415 deletions
11
scripts/systemd/nut-monitor.service.in
Normal file
11
scripts/systemd/nut-monitor.service.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue