mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: remove xbmc-lcd-suspend.service
there is no LCD.Suspend / LCD.Resume builtins anymore in xbmc gotham
This commit is contained in:
parent
4bac621bdb
commit
2a998b0ade
@ -503,6 +503,5 @@ post_install() {
|
||||
enable_service xbmc-reboot.service
|
||||
enable_service xbmc-waitonnetwork.service
|
||||
enable_service xbmc.service
|
||||
enable_service xbmc-lcd-suspend.service
|
||||
enable_service xbmc-lirc-suspend.service
|
||||
}
|
||||
|
@ -1,13 +0,0 @@
|
||||
[Unit]
|
||||
Description=LCD sleep hook
|
||||
Before=sleep.target
|
||||
StopWhenUnneeded=yes
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=-/usr/bin/xbmc-send --host=127.0.0.1 -a "LCD.Suspend"
|
||||
ExecStop=-/usr/bin/xbmc-send --host=127.0.0.1 -a "LCD.Resume"
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
Loading…
x
Reference in New Issue
Block a user