gamecube pad V1

This commit is contained in:
valere
2025-09-27 11:27:10 +02:00
parent dcbdd201ce
commit e1b525eaa1
4 changed files with 86 additions and 225 deletions

View 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