fix restarting mastodon services after taking a backup
Some checks failed
use nix / build (push) Failing after 1s
Some checks failed
use nix / build (push) Failing after 1s
This commit is contained in:
parent
202d7d9328
commit
a58e359c1c
1 changed files with 1 additions and 1 deletions
|
@ -34,10 +34,10 @@ in rec {
|
||||||
'';
|
'';
|
||||||
backupCleanupCommand = ''
|
backupCleanupCommand = ''
|
||||||
systemctl start postgresql.service
|
systemctl start postgresql.service
|
||||||
systemctl start mastodon*
|
|
||||||
systemctl start forgejo.service
|
systemctl start forgejo.service
|
||||||
systemctl start cryptpad.service
|
systemctl start cryptpad.service
|
||||||
systemctl start container@foundryvtt.service
|
systemctl start container@foundryvtt.service
|
||||||
|
systemctl start --all mastodon*
|
||||||
'';
|
'';
|
||||||
timerConfig = { OnCalendar = "daily"; };
|
timerConfig = { OnCalendar = "daily"; };
|
||||||
environmentFile =
|
environmentFile =
|
||||||
|
|
Loading…
Reference in a new issue