forked from pool/spacenavd
Herbert Graeber
af7416db95
- Update to version 0.8 * Rewrote the serial spaceball code from scratch, to support both spaceball and magellan spacemice. * Fixed non-X11 build which was broken in the previous version. * Print usage information when encountering an invalid argument, instead of just printing "invalid argument". * Minor build improvements. - Log stderr to default logger - Update list of supported devices in spec file OBS-URL: https://build.opensuse.org/request/show/879503 OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=19
11 lines
176 B
Desktop File
11 lines
176 B
Desktop File
[Unit]
|
|
Description=Userspace Daemon of the spacenav driver.
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/spnavd.pid
|
|
ExecStart=/usr/sbin/spacenavd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|