mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-02-19 11:51:39 +01:00
Merge pull request #30 from NixOS/joerg-ci
wait for wiki backup to finish before starting borg
This commit is contained in:
commit
3bbd6366a7
@ -165,7 +165,7 @@ in
|
||||
|
||||
preHook = ''
|
||||
set -x
|
||||
${config.systemd.package}/bin/systemctl start wiki-backup
|
||||
${config.systemd.package}/bin/systemctl start --wait wiki-backup
|
||||
set +x
|
||||
'';
|
||||
postHook = ''
|
||||
|
Loading…
Reference in New Issue
Block a user