nixos-configuration/nix-cache/entrypoint.sh
2025-09-03 22:17:28 +02:00

12 lines
204 B
Bash
Executable file

#!/bin/sh
set -e
sed \
-e "s/!!POSTGRES_PASSWORD!!/${POSTGRES_PASSWORD}/g" \
/attic/server.toml.tmpl \
> /run/server.toml
exec /bin/atticd \
-f /run/server.toml \
--mode monolithic