mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
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:
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
DESCRIPTION="Yunion Cloud Region Scheduler Service"
|
||||
# SERVICE="yes"
|
||||
Reference in New Issue
Block a user