mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
19 lines
309 B
Desktop File
19 lines
309 B
Desktop File
[Unit]
|
|
Description=Yunion MPS Daemon
|
|
Documentation=https://docs.yunion.cn
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
ExecStart=/opt/yunion/bin/mps-daemon
|
|
WorkingDirectory=/opt/yunion/bin
|
|
KillMode=process
|
|
Restart=always
|
|
RestartSec=30
|
|
LimitNOFILE=500000
|
|
LimitNPROC=500000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|