Note the use of `ExecStartPre=-` the `-` tells systemd to still start the service even if the command fails. This ensures that you can restart `k3s.service` because when the `ln` command is executed a second time it will fail on restart as the link already exists.
-
{{< /hint >}}
+
## K3s
Now that the service override exists you can simply download and run the [K3s installation script](https://docs.k3s.io/quick-start):