2018-12-06 13:54:00 +00:00
|
|
|
[Unit]
|
|
|
|
Description=kbdsniffd
|
|
|
|
After=remote-fs.target
|
|
|
|
|
|
|
|
[Service]
|
2021-09-24 13:45:52 +00: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
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2018-12-06 13:54:00 +00:00
|
|
|
ExecStartPre=-/sbin/modprobe uinput
|
|
|
|
ExecStart=/usr/sbin/kbdsniffd
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|