Update hosts/build02/nixpkgs-update.nix
This commit is contained in:
parent
35e918b008
commit
e3f12024b5
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ let
|
|||
|
||||
script = ''
|
||||
mkdir -p "$LOGS_DIRECTORY/~workers/"
|
||||
# This is for public logs at https://r.ryantm.com/log/~workers
|
||||
exec > >(rotatelogs -eD "$LOGS_DIRECTORY"'/~workers/%Y-%m-%d-${name}.stdout.log' 86400)
|
||||
exec 2> >(rotatelogs -eD "$LOGS_DIRECTORY"'/~workers/%Y-%m-%d-${name}.stderr.log' 86400 >&2)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue