Files
linux-env/gamecube-pad/gamecube-pad.service
2025-10-05 23:45:22 +02:00

14 lines
252 B
Desktop File

[Unit]
Description=Pad Dolphin Watcher Service (User)
After=graphical.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/%u/.local/bin/gamecube-pad.py
Restart=always
RestartSec=3
WorkingDirectory=/home/%u
[Install]
WantedBy=default.target