summarylogtreecommitdiffstats
path: root/opennebula-sunstone.service
blob: ec4baa6f21745048fecfb2b6cae2acbee39b9693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=OpenNebula Web Interface
After=syslog.target network.target remote-fs.target opennebula.service opennebula-novnc.service
BindsTo=opennebula.service
Wants=opennebula-novnc.service

[Service]
User=oneadmin
Group=cloud
Type=simple
PermissionsStartOnly=true

ExecStart=/usr/bin/ruby /usr/lib/one/sunstone/sunstone-server.rb
PIDFile=/var/run/one/sunstone.pid
Restart=always

[Install]
WantedBy=multi-user.target