11 lines
179 B
SYSTEMD
11 lines
179 B
SYSTEMD
|
[Unit]
|
||
|
Description=Userspace Daemon of the spacenav driver.
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/spnavd.pid
|
||
|
ExecStart=/usr/bin/spacenavd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|