connman: stop by SIGKILL

or connman may clear current ip configuration on shutdown
before nfs-mounted /storage is umounted
This commit is contained in:
Stefan Saraev 2013-10-19 17:30:12 +03:00
parent 5bf3869a7e
commit bad26d6da0

View File

@ -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]