13 lines
210 B
SYSTEMD
13 lines
210 B
SYSTEMD
|
[Unit]
|
||
|
Description=Power Daemon
|
||
|
Documentation=man:powerd(8)
|
||
|
ConditionPathExists=/etc/powerd.conf
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/powerd.pid
|
||
|
ExecStart=/sbin/powerd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|