mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
sys-apps/ignition: fix timeout flags
This commit is contained in:
parent
9a6c41dd8e
commit
2ffe5d15a5
@ -23,6 +23,5 @@ After=disk-uuid.service
|
||||
Type=oneshot
|
||||
TimeoutStartSec=2m
|
||||
Environment=OEM_ID=pxe
|
||||
Environment=FETCH_TIMEOUT=1m
|
||||
EnvironmentFile=-/mnt/oem/oem-release
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=disks --fetchtimeout=${FETCH_TIMEOUT}
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=disks --online-timeout=1m
|
||||
|
@ -28,6 +28,5 @@ After=initrd-systemd-resolved.service
|
||||
Type=oneshot
|
||||
TimeoutStartSec=30s
|
||||
Environment=OEM_ID=pxe
|
||||
Environment=FETCH_TIMEOUT=1m
|
||||
EnvironmentFile=-/mnt/oem/oem-release
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=files --fetchtimeout=${FETCH_TIMEOUT}
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=files --online-timeout=1m
|
||||
|
Loading…
x
Reference in New Issue
Block a user