From 046e93f4a67ef6c55cbc84a60a7660674b19225a Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 29 Jul 2023 16:19:26 +0200 Subject: [PATCH] Fix init scripts --- luci-app-openmptcprouter/root/etc/init.d/openmptcprouter | 2 +- macvlan/files/etc/init.d/macvlan | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-openmptcprouter/root/etc/init.d/openmptcprouter b/luci-app-openmptcprouter/root/etc/init.d/openmptcprouter index e74aced38..615f38ff8 100755 --- a/luci-app-openmptcprouter/root/etc/init.d/openmptcprouter +++ b/luci-app-openmptcprouter/root/etc/init.d/openmptcprouter @@ -2,7 +2,7 @@ # Copyright (C) 2018-2021 Ycarus (Yannick Chabanois) for OpenMPTCProuter # Released under GPL 3. See LICENSE for the full terms. -START=5 +START=05 USE_PROCD=1 diff --git a/macvlan/files/etc/init.d/macvlan b/macvlan/files/etc/init.d/macvlan index 6669a9ff2..d4749a7cc 100755 --- a/macvlan/files/etc/init.d/macvlan +++ b/macvlan/files/etc/init.d/macvlan @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START=4 +START=04 USE_PROCD=1 _setup_macaddr() {