diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-08-26 21:17:21 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2017-08-26 21:17:21 +0200 |
commit | 094c6ff3231a9900c546cebdde146b5663c738e4 (patch) | |
tree | 98c588a641c6e896a3f03a280f92da9dd2162773 /sitemodules/profiles/files/sniproxy/etc_default_sniproxy | |
parent | e21a64f5583998d1355d7586c4fabe1ca282e26a (diff) | |
download | cacert-puppet-094c6ff3231a9900c546cebdde146b5663c738e4.tar.gz cacert-puppet-094c6ff3231a9900c546cebdde146b5663c738e4.tar.xz cacert-puppet-094c6ff3231a9900c546cebdde146b5663c738e4.zip |
Define sniproxy configuration
Diffstat (limited to 'sitemodules/profiles/files/sniproxy/etc_default_sniproxy')
-rw-r--r-- | sitemodules/profiles/files/sniproxy/etc_default_sniproxy | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sitemodules/profiles/files/sniproxy/etc_default_sniproxy b/sitemodules/profiles/files/sniproxy/etc_default_sniproxy new file mode 100644 index 0000000..b37b083 --- /dev/null +++ b/sitemodules/profiles/files/sniproxy/etc_default_sniproxy @@ -0,0 +1,13 @@ +# Defaults for sniproxy initscript + +# 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=0 + |