Files
2026-03-17 08:56:28 +01:00

15 lines
282 B
Desktop File

[Unit]
Description=MediaMTX RTSP Server
After=network.target
[Service]
User=sandro
WorkingDirectory=/home/sandro/m3u
ExecStart=/home/sandro/m3u/mediamtx
Restart=always
RestartSec=5
ExecStopPost=/usr/bin/python3 /home/sandro/m3u/loesche_epg.py
[Install]
WantedBy=multi-user.target