chore(nix/package/dcoker/aio): stateful logs

This commit is contained in:
sinanmohd
2025-02-19 11:27:14 +05:30
parent 13a0b31ed4
commit f040eae050

View File

@@ -60,6 +60,9 @@ writeShellApplication {
shadow: files
EOF
# stateful logs
mkdir -p /var/log/
# exec into s6-linux-init
exec ${basedir}/bin/init
'';