diff options
Diffstat (limited to 'debian/exilog-agent.default')
-rw-r--r-- | debian/exilog-agent.default | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/exilog-agent.default b/debian/exilog-agent.default new file mode 100644 index 0000000..f82e8dd --- /dev/null +++ b/debian/exilog-agent.default @@ -0,0 +1,15 @@ +# Defaults for exilog initscript + +# sourced by /etc/init.d/exilog-agent + +# installed at /etc/default/exilog by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# uncomment to enable the agent daemon +#START_AGENT=Yes + +# Additional options that are passed to the Daemon. +DAEMON_OPTS="" |