Installation for S&D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
258 B

2 years ago
  1. [program:duckling-worker]
  2. process_name=%(program_name)s_%(process_num)02d
  3. directory=/var/www/duckling
  4. command=stack exec duckling-example-exe
  5. autostart=true
  6. autorestart=true
  7. user=root
  8. numprocs=1
  9. redirect_stderr=true
  10. stdout_logfile=/var/log/queue/duckling.log