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-23 00:58:57 +0300
committerStany MARCEL <stanypub@gmail.com>2016-11-23 01:00:55 +0300
commitca52f8bd1dd6221e116574a14eb2bf92e67efebe (patch)
treee2e7dfa28eacd2a76ffe1952d131bb3ef02d4832
parent3edb4a9a3fb7d775c499a76b1e32299282a9005d (diff)
Add a systemd service example
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
-rw-r--r--res/sc-xbox.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/sc-xbox.service b/res/sc-xbox.service
new file mode 100644
index 0000000..3e2a5b4
--- /dev/null
+++ b/res/sc-xbox.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Steam Controller xbox
+
+[Service]
+ExecStart=/usr/bin/sc-xbox.py start
+ExecStop=/usr/bin/sc-xbox.py stop
+
+[Install]
+WantedBy=multi-user.target