2010-10-03 22:43:20 +02:00
|
|
|
[Unit]
|
|
|
|
Description=ACPI Event Daemon
|
|
|
|
|
|
|
|
[Service]
|
2021-08-09 10:30:04 +02:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
2012-08-22 16:35:29 +02:00
|
|
|
|
|
|
|
ExecStart=/usr/sbin/acpid -n -f
|
|
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
2010-10-03 22:43:20 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|