Files
netdisk-fast-download/bin/service-install.sh
2023-05-25 15:15:56 +08:00

11 lines
217 B
Bash

cp ./lz-api.service /etc/systemd/system/
# 重新加载 systemd
systemctl daemon-reload
# 运行服务
systemctl start netdisk-fast-download
# 在系统启动时启动服务
systemctl enable netdisk-fast-download