aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proftpd/proftpd.pre-install
blob: 53c0d9c6df0f6877bcc6ffd5706740ff944c0ffe (plain)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S proftpd 2>/dev/null
adduser -S -D -h /var/lib/ftp -s /sbin/nologin -G proftpd -g proftpd proftpd 2>/dev/null
adduser proftpd ftp 2>/dev/null

exit 0