mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-07 23:24:05 +00:00
10 lines
342 B
Text
10 lines
342 B
Text
|
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
|
||
|
}
|