sys-apps/ignition: fix timeout flags

This commit is contained in:
Alex Crawford 2015-09-09 20:28:51 -07:00
parent 9a6c41dd8e
commit 2ffe5d15a5
3 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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