Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd start up file #174

Closed
jmcclelland opened this issue Mar 6, 2017 · 2 comments
Closed

systemd start up file #174

jmcclelland opened this issue Mar 6, 2017 · 2 comments

Comments

@jmcclelland
Copy link

On Debian, using the sysv init script, I discovered that jicofo failed to start without any output or reason.

To fix the problem, I wrote a new systemd service file which seems to work without a hitch:

[Unit]
Description=Jitsi conference Focus
After=local-fs.target remote-fs.target
Conflicts=shutdown.target

[Service]
Restart=always
EnvironmentFile=/etc/jitsi/jicofo/config
User=jicofo
WorkingDirectory=/usr/share/jicofo
ExecStart=/usr/share/jicofo/jicofo.sh --host=${JICOFO_HOST} --domain=${JICOFO_HOSTNAME} --port=${JICOFO_PORT} --secret=${JICOFO_SECRET} --user_domain=${JICOFO_AUTH_DOMAIN} --user_password=${JICOFO_AUTH_PASSWORD}

[Install]
WantedBy=multi-user.target

@clmwith
Copy link

clmwith commented May 16, 2021

Yes,
It was my problem now, and impossible to know why jicofo exit silently ... "Active: active (exited)"

Your file is to put at : /lib/systemd/system/jicofo_manual.service
then:
systemctl disable jicofo
systemctl enable jicofo_manual

thanks,

@bgrozev
Copy link
Member

bgrozev commented Jan 10, 2023

I don't think this is relavant anymore. Re-open if necessary.

@bgrozev bgrozev closed this as completed Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants