Skip to content
Snippets Groups Projects
Verified Commit 14f6b74f authored by David Beniamine's avatar David Beniamine
Browse files

Run sympa taskmanager via supervisord

parent 994af68d
No related branches found
No related tags found
No related merge requests found
......@@ -116,3 +116,13 @@ stdout_logfile_maxbytes=0
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
[program:taskamanger]
command=/usr/lib/sympa/bin/task_manager.pl --foreground --debug
autostart=true
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile_maxbytes=0
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment