mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
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:
parent
1482bd8fb4
commit
7ec3f1b2d8
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue