⚙️Add daemon for web_app.py
This commit is contained in:
parent
39424fc0b2
commit
cfc1cfaa5c
1 changed files with 14 additions and 0 deletions
14
daemon/web_app.service
Normal file
14
daemon/web_app.service
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=www/wwwroot/Douyin_TikTok_Download_API/web_app.py deamon
|
||||||
|
After=rc-local.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=root
|
||||||
|
Group=root
|
||||||
|
WorkingDirectory=/www/wwwroot/Douyin_TikTok_Download_API
|
||||||
|
ExecStart=python3 web_app.py
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Loading…
Reference in a new issue