修改安装脚本

This commit is contained in:
QAIU
2023-05-25 15:15:56 +08:00
parent a2d7cd46ea
commit aa3bb83648
5 changed files with 11 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
[Unit]
Description=lz-api
Description=netdisk-fast-download
Documentation=https://qaiu.top
After=network-online.target
Wants=network-online.target

View File

@@ -4,7 +4,7 @@ cp ./lz-api.service /etc/systemd/system/
systemctl daemon-reload
# 运行服务
systemctl start lz-api
systemctl start netdisk-fast-download
# 在系统启动时启动服务
systemctl enable lz-api
systemctl enable netdisk-fast-download