mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
13 lines
394 B
Desktop File
13 lines
394 B
Desktop File
[Unit]
|
|
Description=jitsi-videobridge
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/jitsi-videobridge/
|
|
ExecStart=/bin/bash -c "exec __FINALPATH__/jitsi-videobridge/jvb.sh --host=127.0.0.1 --domain=__DOMAIN__ --port=__PORT_VIDEOBRIDGE__ --secret=__VIDEOBRIDGE_SECRET__ < /dev/null >> ${LOGFILE} 2>&1"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|