mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
383 B
Desktop File
14 lines
383 B
Desktop File
[Unit]
|
|
Description=a standalone userland driver for the steam controller
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/python /storage/.kodi/addons/driver.steamcontroller/bin/sc-xbox.py start
|
|
ExecStop=/usr/bin/python /storage/.kodi/addons/driver.steamcontroller/bin/sc-xbox.py stop
|
|
PIDFile=/run/steamcontroller.pid
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|