|
@@ -39,90 +39,93 @@ serverurl=http://127.0.0.1:9001 ; use an http:// url to specify an inet socket
|
|
|
;exitcodes=0,2 ; 'expected' exit codes for process (default 0,2)
|
|
|
;log_stderr=true ; if true, stderr mingled w/ stdout log (def false)
|
|
|
|
|
|
-[program:cat]
|
|
|
-command=/bin/cat
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-user=chrism
|
|
|
-stopsignal=TERM
|
|
|
-
|
|
|
-[program:cat2]
|
|
|
-command=/bin/cat
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-user=chrism
|
|
|
-stopsignal=QUIT
|
|
|
-
|
|
|
-[program:catnostart]
|
|
|
-command=/bin/cat
|
|
|
-priority=1
|
|
|
-autostart=false
|
|
|
-autorestart=false
|
|
|
-user=chrism
|
|
|
-
|
|
|
-[program:catnorestart]
|
|
|
-command=/bin/cat
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=false
|
|
|
-user=chrism
|
|
|
-
|
|
|
-[program:exitcleanly]
|
|
|
-command=/bin/ls /tmp
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=false
|
|
|
-user=chrism
|
|
|
-startsecs=1
|
|
|
-
|
|
|
-[program:wrong]
|
|
|
-command=/bin/wrong
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-user=chrism
|
|
|
-
|
|
|
-[program:notexecutable]
|
|
|
-command=/Users/chrism/.ssh/config
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-user=chrism
|
|
|
-
|
|
|
-[program:directory]
|
|
|
-command=/Users/chrism/.ssh
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-user=chrism
|
|
|
-
|
|
|
-[program:spew]
|
|
|
-command=python /Users/chrism/projects/supervisor/2.0/fixtures/spew.py
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-user=chrism
|
|
|
-logfile_maxbytes=1MB
|
|
|
-
|
|
|
-[program:unkillable]
|
|
|
-command=python /Users/chrism/projects/supervisor/2.0/fixtures/unkillable_spew.py
|
|
|
-priority=1
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-user=chrism
|
|
|
-logfile_maxbytes=1MB
|
|
|
-
|
|
|
-[program:postgres]
|
|
|
-command=/Users/chrism/projects/websafe/dev-sandbox/bin/postmaster
|
|
|
-stopsignal=INT
|
|
|
-
|
|
|
-[program:zope]
|
|
|
-command=/Users/chrism/projects/websafe/dev-sandbox/instances/zope/bin/runzope
|
|
|
-priority=2
|
|
|
-log_stderr=true
|
|
|
-
|
|
|
-[program:zeo]
|
|
|
-command=/Users/chrism/projects/websafe/dev-sandbox/instances/zeo/bin/runzeo
|
|
|
+
|
|
|
+; the below program descriptions are samples used during testing.
|
|
|
+
|
|
|
+; [program:cat]
|
|
|
+; command=/bin/cat
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=true
|
|
|
+; user=chrism
|
|
|
+; stopsignal=TERM
|
|
|
+
|
|
|
+; [program:cat2]
|
|
|
+; command=/bin/cat
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=true
|
|
|
+; user=chrism
|
|
|
+; stopsignal=QUIT
|
|
|
+
|
|
|
+; [program:catnostart]
|
|
|
+; command=/bin/cat
|
|
|
+; priority=1
|
|
|
+; autostart=false
|
|
|
+; autorestart=false
|
|
|
+; user=chrism
|
|
|
+
|
|
|
+; [program:catnorestart]
|
|
|
+; command=/bin/cat
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=false
|
|
|
+; user=chrism
|
|
|
+
|
|
|
+; [program:exitcleanly]
|
|
|
+; command=/bin/ls /tmp
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=false
|
|
|
+; user=chrism
|
|
|
+; startsecs=1
|
|
|
+
|
|
|
+; [program:wrong]
|
|
|
+; command=/bin/wrong
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=true
|
|
|
+; user=chrism
|
|
|
+
|
|
|
+; [program:notexecutable]
|
|
|
+; command=/Users/chrism/.ssh/config
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=true
|
|
|
+; user=chrism
|
|
|
+
|
|
|
+; [program:directory]
|
|
|
+; command=/Users/chrism/.ssh
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=true
|
|
|
+; user=chrism
|
|
|
+
|
|
|
+; [program:spew]
|
|
|
+; command=python /Users/chrism/projects/supervisor/2.0/fixtures/spew.py
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=true
|
|
|
+; user=chrism
|
|
|
+; logfile_maxbytes=1MB
|
|
|
+
|
|
|
+; [program:unkillable]
|
|
|
+; command=python /Users/chrism/projects/supervisor/2.0/fixtures/unkillable_spew.py
|
|
|
+; priority=1
|
|
|
+; autostart=true
|
|
|
+; autorestart=true
|
|
|
+; user=chrism
|
|
|
+; logfile_maxbytes=1MB
|
|
|
+
|
|
|
+; [program:postgres]
|
|
|
+; command=/Users/chrism/projects/websafe/dev-sandbox/bin/postmaster
|
|
|
+; stopsignal=INT
|
|
|
+
|
|
|
+; [program:zope]
|
|
|
+; command=/Users/chrism/projects/websafe/dev-sandbox/instances/zope/bin/runzope
|
|
|
+; priority=2
|
|
|
+; log_stderr=true
|
|
|
+
|
|
|
+; [program:zeo]
|
|
|
+; command=/Users/chrism/projects/websafe/dev-sandbox/instances/zeo/bin/runzeo
|
|
|
|