2013-09-14 00:51:08 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Userspace Daemon of the spacenav driver.
|
|
|
|
|
|
|
|
[Service]
|
2021-11-23 15:08:47 +01: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
|
2013-09-14 00:51:08 +02:00
|
|
|
Type=forking
|
2020-04-01 09:01:55 +02:00
|
|
|
PIDFile=/run/spnavd.pid
|
2013-09-14 00:51:08 +02:00
|
|
|
ExecStart=/usr/sbin/spacenavd
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|