Changeset 137

Show
Ignore:
Timestamp:
04/14/08 03:26:57 (5 months ago)
Author:
njriley
Message:

shorten DPMS timeouts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sucrose/trunk/python/keep-sucrose-running.sh

    r130 r137  
    11#!/bin/sh 
     2 
     3# don't burn in the screen 
     4xset dpms 60 120 180 
    25 
    36# Set the desktop background 
     
    69 
    710# Load sucrose 
    8 while true; do 
    9     /afs/acm.uiuc.edu/sig/arch/sucrose/candy/sucrose 
    10 done 
     11# while true; do 
     12killall /afs/acm.uiuc.edu/sig/arch/sucrose/candy/bin/python 
     13/afs/acm.uiuc.edu/sig/arch/sucrose/candy/sucrose > ~/sucrose.log 2>&1 
     14# done