Files
stream-factory/services/cnews-http.service

14 lines
238 B
SYSTEMD
Raw Permalink Normal View History

2026-03-18 11:53:05 +01:00
[Unit]
Description=CNEWS HLS HTTP Server
After=network.target
[Service]
User=eveny
WorkingDirectory=/opt/stream-factory/hls
ExecStart=/usr/bin/python3 -m http.server 8080
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target