3FS/deploy/systemd/mgmtd_main.service
2025-02-27 21:53:53 +08:00

13 lines
307 B
Desktop File

[Unit]
Description=mgmtd_main Server
Requires=network-online.target
After=network-online.target
[Service]
LimitNOFILE=1000000
ExecStart=/opt/3fs/bin/mgmtd_main --launcher_cfg /opt/3fs/etc/mgmtd_main_launcher.toml --app-cfg /opt/3fs/etc/mgmtd_main_app.toml
Type=simple
[Install]
WantedBy=multi-user.target