From ca52f8bd1dd6221e116574a14eb2bf92e67efebe Mon Sep 17 00:00:00 2001 From: Stany MARCEL Date: Tue, 22 Nov 2016 22:58:57 +0100 Subject: Add a systemd service example Signed-off-by: Stany MARCEL --- res/sc-xbox.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 res/sc-xbox.service 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 -- cgit v1.2.3