15 lines
250 B
Desktop File
15 lines
250 B
Desktop File
[Unit]
|
|
Description=MediaMTX Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory={{ mediamtx_working_folder }}
|
|
ExecStart={{ mediamtx_working_folder }}/mediamtx
|
|
Restart=always
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|