15 lines
255 B
SYSTEMD
15 lines
255 B
SYSTEMD
|
[Unit]
|
||
|
Description=Retranslation of the RTMP stream '%I'
|
||
|
After=mediamtx.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
NotifyAccess=all
|
||
|
WatchdogSec=30
|
||
|
Restart=always
|
||
|
ExecStart=/usr/local/bin/h264-retranslate %i
|
||
|
SuccessExitStatus=255
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|