File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
templates/etc/init/avahi-sundtek.conf Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments