This commit is contained in:
root
2026-05-10 07:18:20 -07:00
parent a978cc341e
commit f7c53702d8
10 changed files with 57 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
# this file must go in /etc/systemd/system/freeipa.service.d/override.conf
[Service]
# This overrides the Quadlet-generated Type=notify
Type=simple
# Prevents systemd from killing it if the Pi lags
TimeoutStartSec=1200
Restart=always
RestartSec=30