summarylogtreecommitdiffstats
path: root/opennebula-onegate.service
blob: aa3644f24d66bff01a76821f2a277307409e5cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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
Restart=on-abnormal

[Install]
WantedBy=multi-user.target