From 3f5575ff1386f7c73713fe6c9d57aa590a5f3cbb Mon Sep 17 00:00:00 2001 From: hirsch Date: Thu, 5 Jul 2018 14:37:55 -0400 Subject: [PATCH] Use more reasonable settings for traditional init symlink setup. A big thanks to Kurt Jensen for troubleshooting the issue and suggesting the fix. --- mustang_bridge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mustang_bridge b/mustang_bridge index 016e2ab..437fd0d 100755 --- a/mustang_bridge +++ b/mustang_bridge @@ -3,8 +3,8 @@ # Provides: mustang_bridge # Required-Start: mountkernfs # Required-Stop: -# Default-Start: S -# Default-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Setup /var/run/mustang directory ### END INIT INFO