2014-09-17 23:19:13 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Actkbd: Daemon for X-independent shortcuts
|
|
|
|
|
|
|
|
[Service]
|
2021-07-28 09:43:11 +02: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
|
2014-09-17 23:19:13 +02:00
|
|
|
EnvironmentFile=-/etc/sysconfig/actkbd
|
2015-02-10 16:57:16 +01:00
|
|
|
ExecStart=/usr/sbin/actkbd -q -x -l -d ${ACTKBD_DEVICE} -c ${ACTKBD_CONFIG}
|
2014-09-17 23:19:13 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|