chore(nix/docker/aio): clean up

This commit is contained in:
sinanmohd
2025-02-15 15:56:02 +05:30
parent a143b5bd46
commit a75c54efee
8 changed files with 49 additions and 8 deletions

View File

@@ -37,7 +37,8 @@ s6-rc-init -c /run/s6-service-compiled /run/service
# exec /run/s6-init/scripts/runlevel "$rl"
# no runlevel because -of s6-linux-init -C flag
exec s6-rc -v2 -up change default
s6-rc -v2 -up change postgresql
exec s6-rc -v2 -u change nocodb
### If this script is run in a container, then 1. and 2. above do not
### apply and you should just call your CMD, if any, or let your