12 lines
279 B
Desktop File
12 lines
279 B
Desktop File
[Unit]
|
|
Description=APC UPS Power Control Daemon for Linux
|
|
After=syslog.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStartPre=-/bin/rm -f /etc/apcupsd/powerfail
|
|
ExecStart=/usr/bin/apcupsd -b -f /etc/apcupsd/apcupsd.conf
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|