4e5c1dbb22
Signed-off-by: Danilo Bargen <mail@dbrgn.ch> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
203 B
Desktop File
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
|