Files
buildroot/package/janus-gateway/janus-gateway.service
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

14 lines
203 B
Desktop File

[Unit]
Description=Janus WebRTC Gateway
Wants=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
ExecStart=/usr/bin/janus
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target