F7_HPB/systemd/janus.service
2026-02-17 23:38:55 +00:00

14 lines
286 B
Desktop File

[Unit]
Description=Janus WebRTC gateway
After=network.target
Documentation=https://janus.conf.meetecho.com/docs/index.html
[Service]
Type=forking
ExecStart=/usr/bin/janus --disable-colors --daemon --log-stdout
Restart=on-failure
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target