1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-10-18 03:05:12 -04:00

Cleaner gvisor-updater ExecStart

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-10-08 14:05:51 -07:00
parent 7a207ba742
commit cac37c848b
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -94,17 +94,13 @@ systemd:
Type=oneshot Type=oneshot
RuntimeDirectory=gvisor-updater RuntimeDirectory=gvisor-updater
WorkingDirectory=/run/gvisor-updater WorkingDirectory=/run/gvisor-updater
ExecStart=/usr/bin/sleep 5 ExecStart=/usr/bin/sleep 5
ExecStart=/usr/bin/curl -sS -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc ExecStart=curl -sS --remote-name-all 'https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc' 'https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc.sha512' 'https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1' 'https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1.sha512'
ExecStart=/usr/bin/curl -sS -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc.sha512 ExecStart=sha512sum -c runsc.sha512 -c containerd-shim-runsc-v1.sha512
ExecStart=/usr/bin/curl -sS -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1 ExecStart=+chown root:root runsc containerd-shim-runsc-v1
ExecStart=/usr/bin/curl -sS -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1.sha512 ExecStart=+chmod a+rx runsc containerd-shim-runsc-v1
ExecStart=/usr/bin/sha512sum -c runsc.sha512 -c containerd-shim-runsc-v1.sha512 ExecStart=+mv -Z runsc containerd-shim-runsc-v1 /usr/local/bin/
ExecStart=/usr/bin/rm -f runsc.sha512 containerd-shim-runsc-v1.sha512
ExecStart=+/usr/bin/chown root:root runsc containerd-shim-runsc-v1
ExecStart=+/usr/bin/chmod a+rx runsc containerd-shim-runsc-v1
ExecStart=+/usr/bin/mv runsc containerd-shim-runsc-v1 /var/usrlocal/bin
ExecStart=+/usr/bin/chcon system_u:object_r:container_runtime_exec_t:s0 /var/usrlocal/bin/runsc
DynamicUser=true DynamicUser=true
CapabilityBoundingSet= CapabilityBoundingSet=