Advertisement
Guest User

Untitled

a guest
Feb 21st, 2010
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. # Configuration for idle_disks
  2.  
  3. # File used to log activity
  4. LOG_FILE=/tmp/idle_disk.log
  5.  
  6. # Activate for more verbose logging
  7. VERBOSE=1
  8.  
  9. # Directory that contains the whitelist of USB devices
  10. WHITELIST=/opt/var/idle_disks/whl
  11.  
  12. # Directory where to store status files
  13. STATUS_DIR=/tmp
  14.  
  15. # Idle timeout (in minutes).
  16. TIMEOUT=15
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement