posaune
authorMichael Wagner <michael@wagnertech.de>
Wed, 6 Feb 2019 20:31:16 +0000 (21:31 +0100)
committerMichael Wagner <michael@wagnertech.de>
Wed, 6 Feb 2019 20:31:16 +0000 (21:31 +0100)
sh/sysd2sysv

index 5fd8335..d1dec0d 100755 (executable)
@@ -15,7 +15,7 @@ fi
 
 if [ $1 = "enable" ]
 then
-       update-rc.d $2 defaults 100
+       update-rc.d $2 defaults 99
 elif [ $1 = "disable" ]
 then
        update-rc.d -f $2 remove