File k3s.service.patch of Package k3s
diff --git a/k3s.service b/k3s.service index 70ce10c1aa..b439aec04e 100644 --- a/k3s.service +++ b/k3s.service @@ -13,6 +13,8 @@ ExecStartPre=/bin/sh -xc '! /usr/bin/systemctl is-enabled --quiet nm-cloud-setup ExecStart=/usr/local/bin/k3s server KillMode=process Delegate=yes +StandardOutput=journal +StandardError=journal # Having non-zero Limit*s causes performance problems due to accounting overhead # in the kernel. We recommend using cgroups to do container-local accounting. LimitNOFILE=1048576