mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-12 15:43:27 +00:00
2810c70421
Signed-off-by: Stephan Raue <stephan@openelec.tv>
14 lines
277 B
Desktop File
14 lines
277 B
Desktop File
[Unit]
|
|
Description=LIRC sleep hook
|
|
Before=sleep.target
|
|
StopWhenUnneeded=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=-/usr/bin/kodi-send --host=127.0.0.1 -a "LIRC.Stop"
|
|
ExecStop=-/usr/bin/kodi-send --host=127.0.0.1 -a "LIRC.Start"
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|