mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
13 lines
576 B
Desktop File
13 lines
576 B
Desktop File
[Unit]
|
|
Description=jitsi-jicofo
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/__APP__/jicofo/config
|
|
Environment=LOGFILE=/var/log/__APP__/jitsi-jicofo.log
|
|
User=__APP__
|
|
WorkingDirectory=__FINALPATH__/jitsi-jicofo/
|
|
ExecStart=/bin/bash -c "exec __FINALPATH__/jitsi-jicofo/jicofo.sh --host=${JICOFO_HOST} --domain=${JICOFO_HOSTNAME} --port=${JICOFO_PORT} --secret=${JICOFO_SECRET} --user_name=${JICOFO_AUTH_USER} --user_domain=${JICOFO_AUTH_DOMAIN} --user_password=${JICOFO_AUTH_PASSWORD} ${JICOFO_OPTS} < /dev/null >> ${LOGFILE} 2>&1"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|