mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
irserver: shutdown irserver on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
df2f99aaa3
commit
92b8da34ef
@ -43,5 +43,7 @@ case $RUNLEVEL in
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
progress "Stopping IRtrans daemon"
|
||||
killall irserver
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user