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

[Service]
User=oneadmin
Group=cloud
Type=forking
PermissionsStartOnly=true
ExecStart=/usr/bin/onegate-server start
ExecStop=/usr/bin/onegate-server stop

[Install]
WantedBy=multi-user.target