mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +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)
|
poweroff|reboot)
|
||||||
|
progress "Stopping IRtrans daemon"
|
||||||
|
killall irserver
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user