mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
16 lines
284 B
Desktop File
16 lines
284 B
Desktop File
[Unit]
|
|
Description=mediaMTX WebRTC publisher
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/mediamtx /etc/mediamtx/mediamtx.yml
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
User=mediamtx
|
|
Group=mediamtx
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|