mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iup: init.d script: always start iup
This commit is contained in:
parent
e8aff57d70
commit
bf43dcd54a
1 changed files with 1 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue