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:
Diffstat (limited to 'res/sc-xbox.service')
-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]