acpid/acpid.service

21 lines
428 B
SYSTEMD
Raw Normal View History

[Unit]
Description=ACPI Event Daemon
[Service]
# 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
DeviceAllow=char-input
ExecStart=/usr/sbin/acpid -n -f
ExecReload=/bin/kill -s HUP $MAINPID
[Install]
WantedBy=multi-user.target