mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
12
deploy/systemd/hf3fs_fuse_main.service
Normal file
12
deploy/systemd/hf3fs_fuse_main.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=fuse_main Server
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=1000000
|
||||
ExecStart=/opt/3fs/bin/hf3fs_fuse_main --launcher_cfg /opt/3fs/etc/hf3fs_fuse_main_launcher.toml
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
12
deploy/systemd/meta_main.service
Normal file
12
deploy/systemd/meta_main.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
12
deploy/systemd/mgmtd_main.service
Normal file
12
deploy/systemd/mgmtd_main.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
11
deploy/systemd/monitor_collector_main.service
Normal file
11
deploy/systemd/monitor_collector_main.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=monitor_collector_main Server
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/3fs/bin/monitor_collector_main --cfg /opt/3fs/etc/monitor_collector_main.toml
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
14
deploy/systemd/storage_main.service
Normal file
14
deploy/systemd/storage_main.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=storage_main Server
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=1000000
|
||||
LimitMEMLOCK=infinity
|
||||
TimeoutStopSec=5m
|
||||
ExecStart=/opt/3fs/bin/storage_main --launcher_cfg /opt/3fs/etc/storage_main_launcher.toml --app-cfg /opt/3fs/etc/storage_main_app.toml
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user