Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2016-11-27 03:42:43 +0300
committerStany MARCEL <stanypub@gmail.com>2016-11-27 03:42:43 +0300
commitfe66e531e8f2ce7a35fe68ddd72ee73e700e6e0f (patch)
tree0620afd14944760c7370627f4e888166931dfdd0
parent7d5439333f1fab0e4e2b28f733a0709895a83347 (diff)
Correct systemd service examplev1.1
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
-rw-r--r--res/sc-xbox.service5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/sc-xbox.service b/res/sc-xbox.service
index 3e2a5b4..fc6d217 100644
--- a/res/sc-xbox.service
+++ b/res/sc-xbox.service
@@ -1,8 +1,11 @@
[Unit]
-Description=Steam Controller xbox
+Description=SteamController Userland driver
[Service]
+Type=forking
+PIDFile=/tmp/steamcontroller.pid
ExecStart=/usr/bin/sc-xbox.py start
+ExecReload=/usr/bin/sc-xbox.py restart
ExecStop=/usr/bin/sc-xbox.py stop
[Install]