| 123456789101112131415161718192021 |
- [Unit]
- Description=Yunion Cloud Host Agent server
- Documentation=https://docs.yunion.cn
- After=network-online.target
- Wants=network-online.target
- After=network.target yunion-host-deployer.service
- [Service]
- Type=simple
- User=root
- Group=root
- ExecStart=/opt/yunion/bin/host --config /etc/yunion/host.conf
- WorkingDirectory=/opt/yunion/bin
- KillMode=process
- Restart=always
- RestartSec=30
- LimitNOFILE=500000
- LimitNPROC=500000
- [Install]
- WantedBy=multi-user.target
|