Browse Source

Reenable unkillable for testing.

Chris McDonough 19 years ago
parent
commit
7bed61e9bc
1 changed files with 7 additions and 7 deletions
  1. 7 7
      sample.conf

+ 7 - 7
sample.conf

@@ -106,13 +106,13 @@ 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: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