connmand-servis

This commit is contained in:
milisbir 2018-07-11 00:36:01 +02:00
parent 2513e1077c
commit 6180f81eed
1 changed files with 6 additions and 1 deletions

View File

@ -4,10 +4,15 @@
case $1 in
start)
echo "connman başlatılıyor...."
connmand
echo "connman başlatıldı."
;;
stop)
killall connmand
echo "connman durduruluyor...."
killall -9 connmand
killall -9 connman-vpnd
echo "connman durduruldu."
;;
restart)
$0 stop