2014-01-14 11:07:01 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Power Daemon
|
|
|
|
Documentation=man:powerd(8)
|
|
|
|
ConditionPathExists=/etc/powerd.conf
|
|
|
|
|
|
|
|
[Service]
|
2021-10-21 11:07:44 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2014-01-14 11:07:01 +00:00
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/run/powerd.pid
|
|
|
|
ExecStart=/sbin/powerd
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|