Skip to content

Commit 42bf140

Browse files
committed
Fix: INIT.D : do not call the init functions as we do not us them, adn in some OS systemd is lost with this
1 parent dac284f commit 42bf140

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

init.d/opsbro

-9
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ CMD=$1
9292

9393

9494

95-
# Load the VERBOSE setting and other rcS variables
96-
[ -f /etc/default/rcS ] && . /etc/default/rcS
97-
98-
# Source function library.
99-
[ -f /etc/rc.d/init.d/functions ] && . /etc/rc.d/init.d/functions
100-
101-
[ -f /lib/lsb/init-functions ] && . /lib/lsb/init-functions
102-
103-
10495
OPSBRO_COLOR="\\033[94mOps\\033[0;39m*\\033[91mBro\\033[0;39m"
10596

10697
COLOR_MAGENTA="\\033[95m"

0 commit comments

Comments
 (0)