gamecube pad V1
This commit is contained in:
15
gamecube-pad/gamecube-pad.service
Normal file
15
gamecube-pad/gamecube-pad.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Pad Dolphin Watcher Service (User)
|
||||
After=graphical.target dev-uinput.device
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/bin/sleep 10
|
||||
ExecStart=/home/$USER/.local/bin/gamecube-pad.py
|
||||
WorkingDirectory=/home/$USER
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=journal+console
|
||||
StandardError=journal+console
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user