浏览代码

Update emqx-install.sh

add systemctl enable --now emqx
tteckster 2 年之前
父节点
当前提交
32cbe55b37
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup/emqx-install.sh

+ 1 - 1
setup/emqx-install.sh

@@ -79,7 +79,7 @@ msg_ok "Installed Dependencies"
 msg_info "Installing EMQX"
 curl -s https://packagecloud.io/install/repositories/emqx/emqx/script.deb.sh | bash &>/dev/null
 sudo apt-get install -y emqx >/dev/null
-systemctl start emqx
+systemctl enable --now emqx
 msg_ok "Installed EMQX"
 
 PASS=$(grep -w "root" /etc/shadow | cut -b6);