File: torrus-common.cron.daily

package info (click to toggle)
torrus 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,740 kB
  • ctags: 707
  • sloc: perl: 25,904; xml: 16,400; sh: 3,788; makefile: 603
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/bin/sh

[ -x /usr/sbin/torrus ] && /usr/sbin/torrus cleanup
[ -x /usr/share/torrus/scripts/rrdup_notify ] && /usr/share/torrus/scripts/rrdup_notify

exit 0

# end of file