summarylogtreecommitdiffstats
path: root/opennebula-onegate.service
blob: d61c5d22da0fe265295c135afa3394e6398b96e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=OpenNebula Gate Service
After=syslog.target network.target remote-fs.target opennebula.service
BindsTo=opennebula.service

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

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

[Install]
WantedBy=multi-user.target