File: cron.hourly

package info (click to toggle)
hylafax 2%3A6.0.5-4.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,776 kB
  • ctags: 7,663
  • sloc: sh: 15,158; ansic: 13,231; makefile: 1,543; cpp: 781; awk: 529
file content (10 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Run the fax queue cleaner with conservative settings (delete as little as possible)
# If you're short on disk space, you might want to tune this commandline.

# 'man faxqclean' for more info

/usr/sbin/faxqclean -j 604800 -d 604800

exit 0