1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-09-16 12:44:42 -04:00

Add 5 seconds sleep

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-03-15 02:10:09 -04:00
parent 0826c5962c
commit a81fa14ebf
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
4 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -157,6 +157,7 @@ storage:
[Service]
WorkingDirectory=/var/roothome
Type=oneshot
ExecStart=/usr/bin/sleep 5
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc.sha512
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1

File diff suppressed because one or more lines are too long

View File

@ -155,6 +155,7 @@ storage:
[Service]
WorkingDirectory=/var/roothome
Type=oneshot
ExecStart=/usr/bin/sleep 5
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc.sha512
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1