This commit is contained in:
Chase Wright 2021-08-20 21:17:19 -05:00 committed by GitHub
parent 9a9402df00
commit 0ba76b783b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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