From 4cfdc6c46e0e43bfd1e0b9c6d023ead7a816a2d0 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:23:01 +0200 Subject: [PATCH] fix systemctl syntax --- install/dashy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dashy-install.sh b/install/dashy-install.sh index 8fcd64df3..76331b182 100644 --- a/install/dashy-install.sh +++ b/install/dashy-install.sh @@ -34,7 +34,7 @@ ExecStart=/usr/bin/node server.js [Install] WantedBy=multi-user.target EOF -systemctl -q --now enable dashy +systemctl enable -q --now dashy msg_ok "Created Service" motd_ssh