modify the file path
move etc/supervisord.conf to conf/etc/supervisord; remove tmp folder, then all logs move to log folder; move the supervisor.pid to /tmp folder.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PID="tmp/supervisord.pid"
|
||||
CONF="etc/supervisord.conf"
|
||||
PID="/tmp/supervisord.pid"
|
||||
CONF="conf/etc/supervisord.conf"
|
||||
|
||||
stop() {
|
||||
if [ -f $PID ]; then
|
||||
|
||||
Reference in New Issue
Block a user