1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

F #~: Bind opennebula-guacd.service to an address (#2190)

This commit is contained in:
Frederick Borges 2022-06-27 19:34:45 +02:00 committed by GitHub
parent ac14670e54
commit 55027b84df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,4 +30,4 @@ LD_LIBRARY_PATH=/usr/share/one/guacd/lib
export LD_LIBRARY_PATH
msg "Service started!"
exec /usr/share/one/guacd/sbin/guacd -f $OPTS
exec /usr/share/one/guacd/sbin/guacd -b 0.0.0.0 -f $OPTS