From 18b7357753cffa50686fc0a31505d2392712ee67 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Mon, 5 Nov 2012 12:08:01 +0000 Subject: [PATCH] added contrib directory for unmaintained 3rd party contributions, starting with Richard Shaw's and John Morris' systemd unit file from Fedora. git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@150 ef983eb1-d774-4af8-acfd-baaf7b16a646 --- contrib/README | 3 +++ contrib/systemd/spacenavd.service | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 contrib/README create mode 100644 contrib/systemd/spacenavd.service 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