mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 00:04:01 +01:00
backup: also start wiki-dump in backup method
This commit is contained in:
parent
5afafea581
commit
d4c8d29a99
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user