blob: 84e0962a81b206a042df9e0e4ef06fd42c34ae7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Ready-to-use RTSP / RTMP / LL-HLS server and proxy
After=network.target
[Service]
Type=simple
User=mediamtx
ExecStart=/usr/bin/mediamtx /etc/mediamtx/%i.yml
[Install]
WantedBy=multi-user.target
|