提交 391b9277 编写于 作者: D Dan Lorenc

Add 'enable' to the systemd commands for localkube.

上级 19dac997
......@@ -57,6 +57,7 @@ var startCommandTemplate = `
if which systemctl 2>&1 1>/dev/null; then
{{.StartCommandSystemd}}
sudo systemctl daemon-reload
sudo systemctl enable localkube.service
sudo systemctl restart localkube.service
else
sudo killall localkube || true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册