Blame actkbd.service

Bernhard M. Wiedemann 8777c4
[Unit]
Bernhard M. Wiedemann 8777c4
Description=Actkbd: Daemon for X-independent shortcuts
Bernhard M. Wiedemann 8777c4
Bernhard M. Wiedemann 8777c4
[Service]
2ccf2c
# added automatically, for details please see
2ccf2c
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
2ccf2c
ProtectSystem=full
2ccf2c
ProtectHome=true
2ccf2c
ProtectHostname=true
2ccf2c
ProtectClock=true
2ccf2c
ProtectKernelTunables=true
2ccf2c
ProtectKernelModules=true
2ccf2c
ProtectKernelLogs=true
2ccf2c
ProtectControlGroups=true
Bernhard M. Wiedemann 8777c4
EnvironmentFile=-/etc/sysconfig/actkbd
Bernhard M. Wiedemann 8777c4
ExecStart=/usr/sbin/actkbd -q -x -l -d ${ACTKBD_DEVICE} -c ${ACTKBD_CONFIG}
Bernhard M. Wiedemann 8777c4
Bernhard M. Wiedemann 8777c4
[Install]
Bernhard M. Wiedemann 8777c4
WantedBy=multi-user.target