fix restarting mastodon services after taking a backup
Some checks failed
use nix / build (push) Failing after 1s

This commit is contained in:
Cyryl Płotnicki 2024-04-21 12:22:30 +01:00
parent 202d7d9328
commit a58e359c1c

View file

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