it's better to set the recommended path (#404)
This commit is contained in:
parent
80676678fc
commit
b4a7e30f62
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
|
|
||||||
APP_ROOT="/home/zammad/zammad"
|
APP_ROOT="/opt/zammad"
|
||||||
PID_PATH="$APP_ROOT/tmp/pids"
|
PID_PATH="$APP_ROOT/tmp/pids"
|
||||||
WEB_SERVER_PID="$PID_PATH/puma.pid"
|
WEB_SERVER_PID="$PID_PATH/puma.pid"
|
||||||
WEBSOCKET_SERVER_PID="$PID_PATH/websocket.pid"
|
WEBSOCKET_SERVER_PID="$PID_PATH/websocket.pid"
|
||||||
|
|
Loading…
Reference in a new issue