diff options
Diffstat (limited to 'debian/vdradmin.default')
-rw-r--r-- | debian/vdradmin.default | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/vdradmin.default b/debian/vdradmin.default new file mode 100644 index 0000000..cbf4813 --- /dev/null +++ b/debian/vdradmin.default @@ -0,0 +1,20 @@ +# Defaults for vdradmin initscript +# sourced by /etc/init.d/vdradmin +# installed at /etc/default/vdradmin by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# Should vdradmin's init-script be enabled? + +################################################################# +# ATTENTION! YOU SHOULD MODIFY /var/lib/vdradmin/vdradmind.conf # +# before enabling this, because the default config uses a # +# really simple default username/password (linvdr/linvdr) # +################################################################# + +ENABLED="1" + +# Additional options that are passed to the Daemon. +DAEMON_OPTS="" |