zerobin is now privatebin

This commit is contained in:
Wonderfall
2016-08-06 12:10:15 +02:00
parent 14cddd6caa
commit 02347ce19e
6 changed files with 5 additions and 5 deletions

5
privatebin/run.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
addgroup -g ${GID} zerobin && adduser -h /zerobin -s /bin/sh -D -G zerobin -u ${UID} zerobin
touch /var/run/php-fpm.sock
chown -R zerobin:zerobin /zerobin /var/run/php-fpm.sock /var/lib/nginx /tmp
supervisord -c /usr/local/etc/supervisord.conf