mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
14 lines
489 B
Desktop File
14 lines
489 B
Desktop File
[Unit]
|
|
Description=jitsi-jicofo
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
EnvironmentFile=/etc/__APP__/jicofo/config
|
|
WorkingDirectory=__FINALPATH__/jicofo/
|
|
ExecStart=/bin/bash -c "exec __FINALPATH__/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"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|