10 lines
250 B
Plaintext
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
|