9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
|
#!/bin/execlineb -P
|
||
|
s6-envdir -I /etc/s6/env/redxen.gitea
|
||
|
importas -i CFGFILE CFGFILE
|
||
|
|
||
|
s6-envdir -i /etc/s6/env/path
|
||
|
emptyenv -p
|
||
|
|
||
|
nginx -c $CFGFILE
|