iup: init.d script: always start iup

This commit is contained in:
Alex Oprea 2017-02-01 14:22:51 +01:00
parent e8aff57d70
commit bf43dcd54a

View file

@ -106,10 +106,7 @@ init_iup() {
start_service() {
init_iup
test_default_route
if [ "$?" -eq 0 ]; then
/sbin/iup -v &
fi
/sbin/iup -v -v &
}
stop_service() {