zerotier: remove nice parameter
There is no need to nice the program by default. Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
e684cb8bb8
commit
d9aaa8e508
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ start_instance() {
|
|||
procd_open_instance
|
||||
procd_add_reload_interface_trigger "$interface"
|
||||
procd_set_param command $ZT_COMMAND $ARGS
|
||||
procd_set_param nice -10
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue