Skip to content

Instantly share code, notes, and snippets.

@piffall
Created September 7, 2015 06:24
Show Gist options
  • Save piffall/72fe1cfe82fdb91dee29 to your computer and use it in GitHub Desktop.
Save piffall/72fe1cfe82fdb91dee29 to your computer and use it in GitHub Desktop.
Supervisor eclim daemon conf file
[program:eclim]
user=user
directory=/home/user/
command=xvfb-run /home/user/eclipse/eclimd -Xmx256M
redirect_stderr=true
stdout_logfile=/home/user/eclipse/eclimd.log
stderr_logfile=/home/user/eclipse/eclimd.error.log
stdout_logfile_maxbytes=10MB
stderr_logfile_maxbytes=10MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment