mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 10:21:22 +00:00
14 lines
240 B
Desktop File
14 lines
240 B
Desktop File
[Unit]
|
|
Description=PiBoy DMG Control Service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/piboy-dmg-control.sh
|
|
KillMode=killall piboy-dmg-control.sh
|
|
TimeoutStopSec=10
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|