Skip to content

Commit

Permalink
use long format parameters for vnstatd execution for improved readabi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
vergoh committed Jan 1, 2025
1 parent a1060a4 commit 82a415a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ fi

# start vnStat daemon
if [ "${RUN_VNSTATD}" -eq 1 ]; then
exec vnstatd -n -t --user vnstat --group vnstat
exec vnstatd --nodaemon --timestamp --user vnstat --group vnstat
fi

0 comments on commit 82a415a

Please sign in to comment.