Merge pull request #193 from zgl018/patch-1

Update DOC.md
This commit is contained in:
lkeme 2022-11-14 23:38:33 +08:00 committed by GitHub
commit cc6d5c0399

View File

@ -326,7 +326,7 @@ Documentation=https://github.com/lkeme/BiliHelper-personal
After=network.target
[Service]
ExecStart=/usr/bin/php /path/to/your/BiliHelper-personal/index.php
ExecStart=/usr/bin/php /path/to/your/BiliHelper-personal/app.php m:a
Restart=always
[Install]
@ -338,7 +338,7 @@ WantedBy=multi-user.target
```
[program:bilibili]
process_name=%(program_name)s
command=php /path/to/your/BiliHelper-personal/index.php
command=php /path/to/your/BiliHelper-personal/app.php m:a
autostart=true
autorestart=true
redirect_stderr=true