mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 04:13:03 +00:00
vert.x升级到4.4.1
This commit is contained in:
10
bin/service-install.sh
Normal file
10
bin/service-install.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
cp ./lz-api.service /etc/systemd/system/
|
||||
|
||||
# 重新加载 systemd
|
||||
systemctl daemon-reload
|
||||
|
||||
# 运行服务
|
||||
systemctl start lz-api
|
||||
|
||||
# 在系统启动时启动服务
|
||||
systemctl enable lz-api
|
||||
Reference in New Issue
Block a user