summarylogtreecommitdiffstats
path: root/opennebula-novnc.service
blob: 306a4dc48060389f7383eefdd68c82c97b4bc234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=OpenNebula noVNC Server
After=syslog.target network.target remote-fs.target
Before=opennebula-sunstone.service

[Service]
User=oneadmin
Group=cloud
Type=forking

ExecStart=/usr/bin/novnc-server start
PIDFile=/var/lock/one/.novnc.lock

[Install]
WantedBy=multi-user.target