nut-debian/scripts/systemd/nut-driver.service.in
2012-08-12 23:39:31 +02:00

11 lines
235 B
SYSTEMD

[Unit]
Description=Network UPS Tools - power device driver controller
After=local-fs.target network.target
StopWhenUnneeded=yes
[Service]
ExecStart=@driverexecdir@/upsdrvctl start
ExecStop=@driverexecdir@/upsdrvctl stop
Type=forking