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
1 changed files with 4 additions and 0 deletions

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}/