Merge "Prevent service restart while in 'rescued' state"

This commit is contained in:
Zuul 2025-03-05 15:37:54 +00:00 committed by Gerrit Code Review
commit 72a02b7b68

View File

@ -3,6 +3,7 @@ Description=Ironic Python Agent
After=network-online.target
[Service]
ConditionPathExists=!/etc/.rescued
ExecStartPre=/sbin/modprobe vfat
ExecStart=/usr/local/bin/ironic-python-agent --config-dir /etc/ironic-python-agent.d/
Restart=always