Created
October 4, 2015 01:52
-
-
Save shoaibali/d17ab88a82cb1933faef to your computer and use it in GitHub Desktop.
/etc/default/pure-ftpd-common
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration for pure-ftpd | |
# (this file is sourced by /bin/sh, edit accordingly) | |
# STANDALONE_OR_INETD | |
# valid values are "standalone" and "inetd". | |
# Any change here overrides the setting in debconf. | |
STANDALONE_OR_INETD=standalone | |
# VIRTUALCHROOT: | |
# whether to use binary with virtualchroot support | |
# valid values are "true" or "false" | |
# Any change here overrides the setting in debconf. | |
VIRTUALCHROOT=true | |
# UPLOADSCRIPT: if this is set and the daemon is run in standalone mode, | |
# pure-uploadscript will also be run to spawn the program given below | |
# for handling uploads. see /usr/share/doc/pure-ftpd/README.gz or | |
# pure-uploadscript(8) | |
# example: UPLOADSCRIPT=/usr/local/sbin/uploadhandler.pl | |
UPLOADSCRIPT= | |
# if set, pure-uploadscript will spawn $UPLOADSCRIPT running as the | |
# given uid and gid | |
UPLOADUID= | |
UPLOADGID= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment