We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e13d0a commit 4257dbfCopy full SHA for 4257dbf
templates/etc/init/avahi-sundtek.conf/20_prestart
@@ -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
+#pre-start script
+#
+# # stop job from continuing if no config file found for daemon
+# [ ! -f /etc/default/avahi-sundtek ] && { stop; exit 0; }
+# # source the config file
+# . /etc/default/avahi-sundtek
+# # stop job from continuing if admin has not enabled service in
+# # config file.
+# [ -z "$ENABLED" ] && { stop; exit 0; }
+#end script
0 commit comments