blob: a43f34d7d8807233bbb08000ba61af6d954f4fb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Defaults for sniproxy initscript
#
# THIS FILE IS MANAGED BY PUPPET, MANUAL CHANGES WILL BE OVERWRITTEN AT THE
# NEXT PUPPET RUN.
# This file has two functions:
# 1) to completely disable starting sniproxy,
# 2) to select an alternative config file
# by setting DAEMON_ARGS to -c <file>
# Additional options that are passed to the Daemon.
#DAEMON_ARGS="-c /etc/sniproxy.conf"
# Whether or not to run the sniproxy daemon; set to 0 to disable, 1 to enable.
ENABLED=1
|