1
0
Fork 0

fix create-plans restart

This commit is contained in:
Malte Brandy 2022-03-29 00:29:27 +02:00
parent 8b41ccecfe
commit 73311a7b9b

View file

@ -36,7 +36,7 @@ in {
${createPlans}/bin/create-plans ${createPlans}/bin/create-plans
${pkgs.vdirsyncer}/bin/vdirsyncer sync nextcloud_calendar/planung ${pkgs.vdirsyncer}/bin/vdirsyncer sync nextcloud_calendar/planung
''); '');
Restart = "always"; Restart = "on-failure";
RestartSec = 60; RestartSec = 60;
}; };
}; };