diff --git a/systemd/reminder-rs.service b/systemd/reminder-rs.service index 8af4819..57c77df 100644 --- a/systemd/reminder-rs.service +++ b/systemd/reminder-rs.service @@ -9,7 +9,7 @@ WorkingDirectory=/etc/reminder-rs Restart=always RestartSec=10 Environment="reminder_rs=warn,postman=warn" -WatchdogSec=60 +WatchdogSec=600 [Install] WantedBy=multi-user.target