forked from pool/spacenavd
b2bfd7b8b1
Daemon needed for the use of spcacenavigator and other devices from 3Dconnexion. The client library libspnav is already part of openSUSE since 12.3. Its devel project is KDE:Distro:Factory and should be moved into the hardware repository, too. OBS-URL: https://build.opensuse.org/request/show/198201 OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=1
12 lines
201 B
Desktop File
12 lines
201 B
Desktop File
[Unit]
|
|
Description=Userspace Daemon of the spacenav driver.
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/spnavd.pid
|
|
ExecStart=/usr/sbin/spacenavd
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|