13 lines
210 B
Desktop File
13 lines
210 B
Desktop File
[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
|