Merge pull request #5 in YUNIONIO/onecloud from ~LIZEXI/onecloud:bugfix/lzx-add-rpms-build-dir to release/2.0.0

* commit 'c02d03b50cd1e046cc7b73af8afcc76a4cff7ad3':
  add rpms required files
This commit is contained in:
邱剑
2018-08-01 22:16:51 +08:00
5 changed files with 39 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DESCRIPTION="ALIYUN Command Line Utility"
@@ -0,0 +1,17 @@
[Unit]
Description=Yunion Cloud Region Controller Service
Documentation=http://doc.yunionyun.com
After=network.target httpd.service yunion-glance-registry.service yunion-glance-api.service yunion-glance-scrubber.service
[Service]
Type=simple
User=yunion
Group=yunion
ExecStart=/opt/yunion/bin/region --config /etc/yunion/region.conf
WorkingDirectory=/opt/yunion
KillMode=process
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target
+2
View File
@@ -0,0 +1,2 @@
DESCRIPTION="Yunion Cloud Region Controller Service"
# SERVICE="yes"
@@ -0,0 +1,17 @@
[Unit]
Description=Yunion Cloud Region Scheduler Service
Documentation=http://doc.yunionyun.com
After=network.target httpd.service yunion-glance-registry.service yunion-glance-api.service yunion-glance-scrubber.service yunion-region.service yunion-region-dns.service
[Service]
Type=simple
User=yunion
Group=yunion
ExecStart=/opt/yunion/bin/scheduler --config /etc/yunion/region.conf
WorkingDirectory=/opt/yunion
KillMode=process
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target
+2
View File
@@ -0,0 +1,2 @@
DESCRIPTION="Yunion Cloud Region Scheduler Service"
# SERVICE="yes"