Merge pull request #1556 from crawford/ignition

sys-apps/ignition: remove timeouts
This commit is contained in:
Alex Crawford 2015-09-21 14:46:48 -07:00
commit 0a92f60ad8
3 changed files with 2 additions and 4 deletions

View File

@ -21,7 +21,6 @@ After=disk-uuid.service
[Service]
Type=oneshot
TimeoutStartSec=2m
Environment=OEM_ID=pxe
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

View File

@ -26,7 +26,6 @@ After=initrd-systemd-resolved.service
[Service]
Type=oneshot
TimeoutStartSec=30s
Environment=OEM_ID=pxe
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