From 0ba76b783bc8e1e6df8ffc7cb8f68c4f336d4e8b Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Fri, 20 Aug 2021 21:17:19 -0500 Subject: [PATCH] systemd --- guac-install-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install-server.sh b/guac-install-server.sh index 868f31b..bd2a2c2 100755 --- a/guac-install-server.sh +++ b/guac-install-server.sh @@ -64,7 +64,7 @@ mkdir -p /etc/guacamole # Install guacd (Guacamole-server) cd guacamole-server-${GUACVERSION} -./configure --with-init-dir=/etc/init.d +./configure --with-systemd-dir=/etc/systemd/system make make install