1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-14 22:47:14 +01:00

Fix for systemd daemon rdp

Fixes #196
This commit is contained in:
Chase Wright 2021-08-31 19:06:26 -05:00 committed by GitHub
parent b79c450bbd
commit e4ac60c3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,6 +404,10 @@ rm -rf /etc/guacamole/extensions/
mkdir -p /etc/guacamole/lib/
mkdir -p /etc/guacamole/extensions/
# Fix for #196
mkdir -p /usr/sbin/.config/freerdp
chown daemon:daemon /usr/sbin/.config/freerdp
# Install guacd (Guacamole-server)
cd guacamole-server-${GUACVERSION}/