mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02: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 = ''
|
preHook = ''
|
||||||
set -x
|
set -x
|
||||||
${config.systemd.package}/bin/systemctl start wiki-backup
|
${config.systemd.package}/bin/systemctl start --wait wiki-backup
|
||||||
set +x
|
set +x
|
||||||
'';
|
'';
|
||||||
postHook = ''
|
postHook = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user