more restart delay

This commit is contained in:
Robin Appelman 2024-03-24 13:57:38 +01:00
commit 4da388e0ab

View file

@ -108,6 +108,7 @@ in {
"mqtt_password:${cfg.mqtt.passwordFile}" "mqtt_password:${cfg.mqtt.passwordFile}"
]; ];
Restart = "on-failure"; Restart = "on-failure";
RestartSec = "30s";
DynamicUser = true; DynamicUser = true;
PrivateTmp = true; PrivateTmp = true;
ProtectSystem = "strict"; ProtectSystem = "strict";