Files
2026-05-10 07:18:20 -07:00

10 lines
250 B
Plaintext

# 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