mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
20 lines
383 B
Desktop File
20 lines
383 B
Desktop File
[Unit]
|
|
Description=Yunion Host Deploy Agent
|
|
Documentation=https://docs.yunion.cn
|
|
After=network.target httpd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
ExecStart=/opt/yunion/bin/host-deployer --conf /etc/yunion/host.conf
|
|
WorkingDirectory=/opt/yunion/bin
|
|
KillMode=process
|
|
Restart=always
|
|
RestartSec=30
|
|
LimitNOFILE=500000
|
|
LimitNPROC=500000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|