1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-05 09:17:41 +03:00
one/share/pkgs/services/systemd/opennebula-guacd.service
2022-05-09 13:42:50 +02:00

19 lines
405 B
Desktop File

[Unit]
Description=OpenNebula Guacamole Server
After=network.target
[Service]
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
StartLimitInterval=60
StartLimitBurst=3
Restart=on-failure
User=oneadmin
Group=oneadmin
SyslogIdentifier=opennebula-guacd
[Install]
WantedBy=multi-user.target