1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00
one/share/pkgs/services/systemd/opennebula-guacd.service
2020-10-29 16:13:06 +01:00

17 lines
318 B
Desktop File

[Unit]
Description=OpenNebula Guacamole Server
After=network.target
[Service]
EnvironmentFile=-/etc/one/guacd
Environment=HOME=/var/lib/one
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