PKGBUILDs/community/vnstat/vnstat.install

10 lines
342 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo '==> Testing the kernel ...'
/usr/bin/vnstat --testkernel
echo '==> Every interface you want to monitor has to be introduced to vnStat!'
echo '==> eg. vnstat -u -i eth0'
echo '==> An example of a crontab to update vnStats database every 5 minutes'
echo '==> has been put in /etc/cron.d/vnstat'
/bin/true
}