1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-06-28 16:03:33 +02:00
This commit is contained in:
Chase Wright
2021-08-20 21:17:19 -05:00
committed by GitHub
parent 9a9402df00
commit 0ba76b783b

View File

@ -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