fix(packaging): alpine startup script
Cadoles/bouncer/pipeline/head This commit looks good
Details
Cadoles/bouncer/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1cfe07a343
commit
7a45a5ba3b
|
@ -6,10 +6,6 @@ supervisor=supervise-daemon
|
||||||
output_log="/var/log/bouncer/admin.log"
|
output_log="/var/log/bouncer/admin.log"
|
||||||
error_log="$output_log"
|
error_log="$output_log"
|
||||||
|
|
||||||
start_pre() {
|
|
||||||
/usr/bin/bouncer --workdir /usr/share/bouncer --config /etc/bouncer/config.yml database migrate
|
|
||||||
}
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
}
|
}
|
|
@ -6,10 +6,6 @@ supervisor=supervise-daemon
|
||||||
output_log="/var/log/bouncer/proxy.log"
|
output_log="/var/log/bouncer/proxy.log"
|
||||||
error_log="$output_log"
|
error_log="$output_log"
|
||||||
|
|
||||||
start_pre() {
|
|
||||||
/usr/bin/bouncer --workdir /usr/share/bouncer --config /etc/bouncer/config.yml database migrate
|
|
||||||
}
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
}
|
}
|
Loading…
Reference in New Issue