feat: 内置酷狗搜索/排行榜/热门搜索 + 内嵌歌词提取ID3v2 USLT/SYLT
This commit is contained in:
18
qzmusic-web/qzmusic-web.service
Normal file
18
qzmusic-web/qzmusic-web.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=QZMusic Web Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/opt/QZMusic-Web
|
||||
ExecStart=/usr/bin/env node server.cjs
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
Environment=NODE_ENV=production
|
||||
Environment=QZMUSIC_PORT=1219
|
||||
Environment=QZMUSIC_HOST=0.0.0.0
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user