mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-07-17 19:04:49 +00:00
14 lines
238 B
Desktop File
14 lines
238 B
Desktop File
[Unit]
|
|
Description=Restore full range after suspend
|
|
Before=sleep.target
|
|
StopWhenUnneeded=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/true
|
|
ExecStop=-/bin/sh "/usr/bin/intel-fullrange.sh"
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|