mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-08-09 03:11:49 +00:00
14 lines
228 B
Desktop File
14 lines
228 B
Desktop File
[Unit]
|
|
Description=GPICase safe shutdown
|
|
|
|
[Service]
|
|
WorkingDirectory=/storage/.cache
|
|
ExecStart=/usr/bin/safeshutdown_gpi.py
|
|
TimeoutStopSec=5
|
|
Restart=always
|
|
RestartSec=5
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|