diff options
Diffstat (limited to 'main/vsftpd/vsftpd.confd')
-rw-r--r-- | main/vsftpd/vsftpd.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/vsftpd/vsftpd.confd b/main/vsftpd/vsftpd.confd new file mode 100644 index 0000000000..0abb80c6e8 --- /dev/null +++ b/main/vsftpd/vsftpd.confd @@ -0,0 +1,9 @@ +# Sample conf.d file for alpine linux + +# +# Specify daemon $OPTS here. +# + +OPTS="" +USER="nobody" +GROUP="nobody" |