1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-01 05:47:01 +03:00
one/share/pkgs/services/systemd/opennebula-guacd.service
2021-03-16 17:40:21 +01:00

18 lines
371 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
[Install]
WantedBy=multi-user.target