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

Supervisor configuration file #47

Closed
gllmhyt opened this issue Dec 18, 2013 · 2 comments
Closed

Supervisor configuration file #47

gllmhyt opened this issue Dec 18, 2013 · 2 comments

Comments

@gllmhyt
Copy link

gllmhyt commented Dec 18, 2013

I suggest you this Supervisor configuration file to add to the init scripts :
N.B.: The environment line is optional, I had to add it because of UnicodeEncodeError (as @posativ suggested on IRC mar. 27 2014).

[program:isso]
command = /usr/local/bin/isso -c /etc/isso.conf run
directory = /var/lib/isso
user = isso
autostart = true
autorestart = true
stdout_logfile = /var/log/supervisor/isso.log
stderr_logfile = /var/log/supervisor/isso_err.log
environment = LANG="fr_FR.UTF-8"

I'm not a git Guru, do as you please to add it.

@posativ
Copy link
Collaborator

posativ commented Dec 18, 2013

Added link to this issue, thanks.

@gllmhyt
Copy link
Author

gllmhyt commented Dec 19, 2013

You're welcome.

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

2 participants