mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
connman: stop by SIGKILL
or connman may clear current ip configuration on shutdown before nfs-mounted /storage is umounted
This commit is contained in:
parent
5bf3869a7e
commit
bad26d6da0
@ -11,6 +11,8 @@ Restart=on-failure
|
||||
EnvironmentFile=-/run/openelec/debug/connman.conf
|
||||
ExecStartPre=/usr/lib/connman/connman-setup
|
||||
ExecStart=/usr/sbin/connmand -nr $CONNMAN_DEBUG
|
||||
# send SIGKILL on stop to keep ip configuration
|
||||
KillSignal=SIGKILL
|
||||
StandardOutput=null
|
||||
|
||||
[Install]
|
||||
|
Loading…
x
Reference in New Issue
Block a user