1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

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

This commit is contained in:
Frederick Borges 2022-06-29 18:57:57 +02:00 committed by GitHub
parent 8b86848a7e
commit e96f9b0c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ After=network.target
EnvironmentFile=-/etc/one/guacd
Environment=HOME=/var/lib/one
Environment=LD_LIBRARY_PATH=/usr/share/one/guacd/lib
ExecStart=/usr/share/one/guacd/sbin/guacd -f $OPTS
ExecStart=/usr/share/one/guacd/sbin/guacd -b 0.0.0.0 -f $OPTS
StartLimitInterval=60
StartLimitBurst=3
Restart=on-failure