From ef888ca6dff453fca951d06ca24903ee1983f95a Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Thu, 5 Sep 2019 15:36:23 +0200 Subject: [PATCH] peripheral_manager: updated start order from 19 to 12 --- peripheral_manager/files/etc/init.d/peripheral_manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/files/etc/init.d/peripheral_manager b/peripheral_manager/files/etc/init.d/peripheral_manager index c0e1beb8f..65db3e663 100755 --- a/peripheral_manager/files/etc/init.d/peripheral_manager +++ b/peripheral_manager/files/etc/init.d/peripheral_manager @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START=19 +START=12 STOP=91 USE_PROCD=1