diff --git a/contrib/README b/contrib/README new file mode 100644 index 0000000..6646fdd --- /dev/null +++ b/contrib/README @@ -0,0 +1,3 @@ +Files in the contrib subdirectory are not maintained by the spacenav project +maintainers. They are just 3rd party contributions included just in case they +prove useful to anyone. diff --git a/contrib/systemd/spacenavd.service b/contrib/systemd/spacenavd.service new file mode 100644 index 0000000..4ba1d4f --- /dev/null +++ b/contrib/systemd/spacenavd.service @@ -0,0 +1,12 @@ +[Unit] +Description=3Dconnexion Input Devices Userspace Driver +After=syslog.target + +[Service] +Type=forking +PIDFile=/var/run/spnavd.pid +ExecStart=/usr/bin/spacenavd +StandardError=syslog + +[Install] +WantedBy=graphical.target