Move from supervisor to systemd

This removes logrotate as well since we use systemd logging
This commit is contained in:
Girish Ramakrishnan
2015-09-07 11:18:44 -07:00
parent b3816615db
commit e76584b0da
25 changed files with 126 additions and 184 deletions

View File

@@ -12,12 +12,6 @@ if [[ $# == 1 && "$1" == "--check" ]]; then
exit 0
fi
if [[ "${OSTYPE}" == "darwin"* ]]; then
# On Mac, brew installs supervisor in /usr/local/bin
export PATH=$PATH:/usr/local/bin
fi
if [[ "${BOX_ENV}" == "cloudron" ]]; then
nginx -s reload
fi