⚙️Add daemon for web_app.py

This commit is contained in:
Evil0ctal 2022-12-21 18:17:14 -08:00 committed by GitHub
parent 39424fc0b2
commit cfc1cfaa5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
daemon/web_app.service Normal file
View 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