Browse Source

zerotier: remove nice parameter

There is no need to nice the program by default.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
lilik-openwrt-22.03
Moritz Warning 8 years ago
parent
commit
d9aaa8e508
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      net/zerotier/files/zerotier.init

+ 0
- 1
net/zerotier/files/zerotier.init View File

@ -57,7 +57,6 @@ start_instance() {
procd_open_instance procd_open_instance
procd_add_reload_interface_trigger "$interface" procd_add_reload_interface_trigger "$interface"
procd_set_param command $ZT_COMMAND $ARGS procd_set_param command $ZT_COMMAND $ARGS
procd_set_param nice -10
procd_close_instance procd_close_instance
} }


Loading…
Cancel
Save