Skip to content
Snippets Groups Projects
supervisord.conf_template 797 B
Newer Older
  • Learn to ignore specific revisions
  • [supervisord]
    nodaemon = false
    user = system
    command = dev:[dir]supervisord.com
    
    jfp's avatar
    jfp committed
    stdout_file=dev:[dir]supervisord.log
    logfile=dev:[dir]supervisord_log.log
    
    jfp's avatar
    jfp committed
    [program:firstpgm]
    
    # default image to loginout
    # image=SYS$SYSTEM:LOGINOUT.EXE
    
    jfp's avatar
    jfp committed
    command=dev:[dir]PGM1.COM
    process_name=PGM1D
    autostart=yes
    stdout_file=dev:[dir]PGM1.LOG
    stderr_file=dev:[dir]PGM1.ERR
    startsecs=10
    startretries=3
    stopwaitsecs=10
    user=vmsuser
    
    # if privileges or quotas are specified nouaf is implicitly define to true
    # else default false
    # nouaf=true
    # cpuplm express in seconds
    # quotas= astlm=300, diolm=250,, cpulm=60,
    #        biolm=20, pgflquota=1000000
    # privileges= SYSNAM, PRMMBX, IMPERSONATE,
    #             WORLD
    
    autorestart=unexpected
    # SS$_NORMAL, SS$_FORCEX, SS$_EXITFORCED
    exitcodes=1,11228,11220