From fecdee6fb551f96beb2e15783341a0ab06e7bd1b Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Sat, 26 Oct 2019 16:18:45 -0700 Subject: [PATCH] Fix installs for older systemd --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 5498e88861..840c5c358f 100755 --- a/install.sh +++ b/install.sh @@ -600,6 +600,7 @@ ExecStartPre=-/sbin/modprobe br_netfilter ExecStartPre=-/sbin/modprobe overlay ExecStart=${BIN_DIR}/k3s \\ ${CMD_K3S_EXEC} + EOF }