Commit 45a274

2024-10-14 22:01:45 admin: remove hint tags
kubernetes/running k3s on proxmox lxc.md ..
@@ 34,9 34,9 @@
[Service]
ExecStartPre=-/bin/ln -s /dev/console /dev/kmsg
```
- {{< hint info >}}
+
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):
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9