mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
Merge pull request #1556 from crawford/ignition
sys-apps/ignition: remove timeouts
This commit is contained in:
commit
0a92f60ad8
@ -21,7 +21,6 @@ After=disk-uuid.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
TimeoutStartSec=2m
|
|
||||||
Environment=OEM_ID=pxe
|
Environment=OEM_ID=pxe
|
||||||
EnvironmentFile=-/mnt/oem/oem-release
|
EnvironmentFile=-/mnt/oem/oem-release
|
||||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=disks --online-timeout=1m
|
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=disks
|
||||||
|
@ -26,7 +26,6 @@ After=initrd-systemd-resolved.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
TimeoutStartSec=30s
|
|
||||||
Environment=OEM_ID=pxe
|
Environment=OEM_ID=pxe
|
||||||
EnvironmentFile=-/mnt/oem/oem-release
|
EnvironmentFile=-/mnt/oem/oem-release
|
||||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=files --online-timeout=1m
|
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user