wait for wiki backup to finish before starting borg

This commit is contained in:
Jörg Thalheim 2024-04-01 13:12:55 +02:00
parent dbc4a2947b
commit 5964b0b0d1

View File

@ -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 = ''