14 lines
286 B
Desktop File
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
|