SHA256
1
0
forked from pool/actkbd
actkbd/actkbd.service
2021-10-15 15:38:18 +00:00

19 lines
509 B
Desktop File

[Unit]
Description=Actkbd: Daemon for X-independent shortcuts
[Service]
# 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
EnvironmentFile=-/etc/sysconfig/actkbd
ExecStart=/usr/sbin/actkbd -q -x -l -d ${ACTKBD_DEVICE} -c ${ACTKBD_CONFIG}
[Install]
WantedBy=multi-user.target