add service
This commit is contained in:
9
webfilm.service
Normal file
9
webfilm.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description= Media on kodi service
|
||||
After=multi-user.target
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/python3 /data/web_film/app.py
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user