updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / wgetd / wgetd.conf
blob2beee51ba701ce9d5ce05c24945038852bd769f5
1 #!/bin/bash
2 # Directory for saving
3 export WGETD_DLDIR=/var/spool/wgetd/files
5 # Directory for jobs, replace it with directory in your home dir, e. g.
6 export WGETD_JDIR=/home/gforgx/Downloads/Jobs
8 # Directory for temporary files
9 export WGETD_TMPDIR=/var/spool/wgetd/temp
11 # Loop time
12 export WGETD_TIME=10