mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-14 20:03:53 +00:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
|
|
echo "Starting guacamole guacd..."
|
|
s6-setuidgid root guacd -f
|