Merge pull request #59 from NixOS/fix-backup

backup: also start wiki-dump in backup method
This commit is contained in:
lassulus 2024-04-05 16:12:41 +02:00 committed by GitHub
commit 20a7c51793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ in
preHook = ''
set -x
${config.systemd.package}/bin/systemctl start --wait wiki-backup
${config.systemd.package}/bin/systemctl start --wait wiki-dump wiki-backup
set +x
'';
postHook = ''