Commit f2a2793e authored by Lucas Russo's avatar Lucas Russo

scripts/enable-service.sh: don't try to install systemd service

We don't have a Install section.
So, no need to install it.
parent d077db10
......@@ -38,7 +38,6 @@ INIT_SYSTEM=$(./get-init-system.sh)
case ${INIT_SYSTEM} in
"systemd")
echo "Enabling systemd service "${SERVICE}
systemctl enable ${SERVICE}
;;
"upstart")
echo "Enabling upstart service "${SERVICE}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment