mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
backup: also start wiki-dump in backup method
This commit is contained in:
parent
5afafea581
commit
d4c8d29a99
@ -121,7 +121,7 @@ in
|
|||||||
|
|
||||||
preHook = ''
|
preHook = ''
|
||||||
set -x
|
set -x
|
||||||
${config.systemd.package}/bin/systemctl start --wait wiki-backup
|
${config.systemd.package}/bin/systemctl start --wait wiki-dump wiki-backup
|
||||||
set +x
|
set +x
|
||||||
'';
|
'';
|
||||||
postHook = ''
|
postHook = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user