From 4e88c3731e6b40221f73966ff728cb5c8cf7638f Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Fri, 20 Aug 2021 21:17:56 -0500 Subject: [PATCH] systemd --- guac-upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guac-upgrade.sh b/guac-upgrade.sh index 84718ea..ad9c373 100755 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -124,11 +124,11 @@ fi # Upgrade Guacamole Server cd guacamole-server-${GUACVERSION} -./configure --with-init-dir=/etc/init.d +./configure --with-systemd-dir=/etc/systemd/system if [ $? -ne 0 ]; then echo "Failed to configure guacamole-server" echo "Trying again with --enable-allow-freerdp-snapshots" - ./configure --with-init-dir=/etc/init.d --enable-allow-freerdp-snapshots + ./configure --with-systemd-dir=/etc/systemd/system --enable-allow-freerdp-snapshots if [ $? -ne 0 ]; then echo "Failed to configure guacamole-server - again" exit