mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:26:45 +00:00
chore(nix/package/dcoker/aio): stateful logs
This commit is contained in:
@@ -60,6 +60,9 @@ writeShellApplication {
|
||||
shadow: files
|
||||
EOF
|
||||
|
||||
# stateful logs
|
||||
mkdir -p /var/log/
|
||||
|
||||
# exec into s6-linux-init
|
||||
exec ${basedir}/bin/init
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user