From eb0796c713634ac301851592e3458bc9d73b4695 Mon Sep 17 00:00:00 2001 From: changren-wcr <105254603+changren-wcr@users.noreply.github.com> Date: Sat, 9 Aug 2025 15:33:48 +0800 Subject: [PATCH] fix: systemd ExecStart --- systemd/cri-shim.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/cri-shim.service b/systemd/cri-shim.service index 76173c0..c521ac4 100644 --- a/systemd/cri-shim.service +++ b/systemd/cri-shim.service @@ -2,7 +2,7 @@ Description=sealos cri shim [Service] -ExecStart=/usr/bin/cri-shim --cri-socket=unix:///var/run/containerd/containerd.sock --shim-socket=/var/run/sealos/cri-shim.sock +ExecStart=/usr/bin/cri-shim server --cri-socket=unix:///var/run/containerd/containerd.sock --shim-socket=/var/run/sealos/cri-shim.sock Restart=always StartLimitInterval=0 RestartSec=10 @@ -16,4 +16,4 @@ LimitNOFILE=1048576 # Only systemd 226 and above support this version. TasksMax=infinity [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target