zerotier: remove nice parameter 4166/head
authorMoritz Warning <moritzwarning@web.de>
Sun, 19 Mar 2017 16:40:33 +0000 (17:40 +0100)
committerMoritz Warning <moritzwarning@web.de>
Sun, 19 Mar 2017 16:57:22 +0000 (17:57 +0100)
There is no need to nice the program by default.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
net/zerotier/files/zerotier.init

index dd183277142203385d943a99837786b0f5af8a75..4a1bacc95510d67dcbd535413285fb69a04cf7fd 100644 (file)
@@ -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
 }