mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-29 17:49:03 +00:00
13 lines
303 B
Desktop File
13 lines
303 B
Desktop File
[Unit]
|
|
Description=meta_main Server
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
LimitNOFILE=1000000
|
|
ExecStart=/opt/3fs/bin/meta_main --launcher_cfg /opt/3fs/etc/meta_main_launcher.toml --app-cfg /opt/3fs/etc/meta_main_app.toml
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|