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

This commit is contained in:
Cyryl Płotnicki 2024-04-21 12:22:30 +01:00
parent 202d7d9328
commit a58e359c1c
1 changed files with 1 additions and 1 deletions

View File

@ -34,10 +34,10 @@ in rec {
'';
backupCleanupCommand = ''
systemctl start postgresql.service
systemctl start mastodon*
systemctl start forgejo.service
systemctl start cryptpad.service
systemctl start container@foundryvtt.service
systemctl start --all mastodon*
'';
timerConfig = { OnCalendar = "daily"; };
environmentFile =