Skip to content

Commit 4257dbf

Browse files
committed
disable pre-start script
1 parent 9e13d0a commit 4257dbf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: templates/etc/init/avahi-sundtek.conf/20_prestart

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
pre-start script
2-
3-
# stop job from continuing if no config file found for daemon
4-
[ ! -f /etc/default/avahi-sundtek ] && { stop; exit 0; }
5-
6-
# source the config file
7-
. /etc/default/avahi-sundtek
8-
9-
# stop job from continuing if admin has not enabled service in
10-
# config file.
11-
[ -z "$ENABLED" ] && { stop; exit 0; }
12-
13-
end script
1+
#pre-start script
2+
#
3+
# # stop job from continuing if no config file found for daemon
4+
# [ ! -f /etc/default/avahi-sundtek ] && { stop; exit 0; }
5+
#
6+
# # source the config file
7+
# . /etc/default/avahi-sundtek
8+
#
9+
# # stop job from continuing if admin has not enabled service in
10+
# # config file.
11+
# [ -z "$ENABLED" ] && { stop; exit 0; }
12+
#
13+
#end script

0 commit comments

Comments
 (0)