update service file and cleanup
parent
897985a3cf
commit
174f95e063
|
@ -10,7 +10,7 @@ Group=root
|
|||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
WorkingDirectory=/opt/msv-webcam-backend/
|
||||
ExecStart=/usr/bin/python3 /opt/msv-webcam-backend/msv_webcam_backend.py interval=10 search_dir=/home/dockeruser/ftps_server/files/msvcamS search_dir=/home/dockeruser/ftps_server/files/msvcamN destination_dir=/var/www/html/msv-buehl-moos.de/webcam/data/ destination_owner=wwwrun
|
||||
ExecStart=/usr/bin/python3 /opt/msv-webcam-backend/msv_webcam_backend.py interval=10 search_dir=/home/dockeruser/ftps_server/files/msvcamS search_dir=/home/dockeruser/ftps_server/files/msvcamN destination_dir=/tmp/msv_webcam_current destination_owner=wwwrun
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Binary file not shown.
Before Width: | Height: | Size: 63 KiB |
Binary file not shown.
Before Width: | Height: | Size: 61 KiB |
|
@ -1,16 +0,0 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta http-equiv="refresh" content="5" />
|
||||
<body>
|
||||
|
||||
<h1>MSV Webcam</h1>
|
||||
<p>You are connected!</p>
|
||||
|
||||
|
||||
<img src="data/msvcamN.jpg" alt="msvcamN still webcam image">
|
||||
|
||||
<img src="data/msvcamS.jpg" alt="msvcamS still webcam image">
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue