comparison init.d/kallithea-daemon-gentoo @ 8606:71bdbf129190

py3: drop PYTHON_EGG_CACHE and .egg-cache - that was a py2 thing
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 13 Aug 2020 15:30:09 +0200
parents 2c3d30095d5e
children
comparison
equal deleted inserted replaced
8605:7a7273f08cfb 8606:71bdbf129190
31 need nginx 31 need nginx
32 } 32 }
33 33
34 start() { 34 start() {
35 ebegin "Starting $APP_NAME" 35 ebegin "Starting $APP_NAME"
36 start-stop-daemon -d $APP_PATH -e PYTHON_EGG_CACHE="/tmp" \ 36 start-stop-daemon -d $APP_PATH \
37 --start --quiet \ 37 --start --quiet \
38 --pidfile $PID_PATH \ 38 --pidfile $PID_PATH \
39 --user $RUN_AS \ 39 --user $RUN_AS \
40 --exec $DAEMON -- $DAEMON_OPTS 40 --exec $DAEMON -- $DAEMON_OPTS
41 eend $? 41 eend $?