mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-15 20:03:02 +00:00
11 lines
232 B
Bash
11 lines
232 B
Bash
cp ./netdisk-fast-download.service /etc/systemd/system/
|
|
|
|
# 重新加载 systemd
|
|
systemctl daemon-reload
|
|
|
|
# 运行服务
|
|
systemctl start netdisk-fast-download
|
|
|
|
# 在系统启动时启动服务
|
|
systemctl enable netdisk-fast-download
|