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

sc-mixed0.service « res - github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17eaaf3f5586969e41a09f2952000ea09f02836d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=SteamController Userland driver

[Service]
Type=forking
PIDFile=/tmp/steamcontroller0.pid
ExecStart=/usr/bin/sc-mixed.py -i0 start
ExecReload=/usr/bin/sc-mixed.py -i0 restart
ExecStop=/usr/bin/sc-mixed.py -i0 stop

[Install]
WantedBy=multi-user.target