mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-13 11:23:51 +00:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
|
|
echo "Starting guacamole guacd..."
|
|
s6-setuidgid root guacd -f -b 127.0.0.1
|