3 lines
100 B
Bash
3 lines
100 B
Bash
#!/bin/sh
|
|
CONFFILE=/etc/vnstat.conf
|
|
exec /usr/bin/vnstatd --config $CONFFILE --sync --nodaemon 2>&1
|