⚙️Add daemon for web_api.py

This commit is contained in:
Evil0ctal 2022-12-21 18:16:23 -08:00 committed by GitHub
parent 9b6159b3fe
commit 126c526008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
daemon/web_api.service Normal file
View File

@ -0,0 +1,14 @@
[Unit]
Description=www/wwwroot/Douyin_TikTok_Download_API/web_api.py deamon
After=rc-local.service
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/www/wwwroot/Douyin_TikTok_Download_API
ExecStart=python3 web_api.py
Restart=always
[Install]
WantedBy=multi-user.target