Merge pull request #968 from erikwilson/fix-systemd

Fix installs for older systemd
pull/973/head
Erik Wilson 2019-10-26 16:19:17 -07:00 committed by GitHub
commit b18cc98662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ ExecStartPre=-/sbin/modprobe br_netfilter
ExecStartPre=-/sbin/modprobe overlay
ExecStart=${BIN_DIR}/k3s \\
${CMD_K3S_EXEC}
EOF
}