From 06bcb1127edffb139347043395a911645a384a82 Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Sat, 6 Jul 2013 18:02:37 +0000 Subject: [PATCH] Cleaned up config file a bit * Added PID file and log file --- opentrafficshaper.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/opentrafficshaper.conf b/opentrafficshaper.conf index 3d1c915..64a0c27 100644 --- a/opentrafficshaper.conf +++ b/opentrafficshaper.conf @@ -8,6 +8,19 @@ #log_level=2 +# Log file: +# Filename to write log messages to +# Defaults to /var/log/opentrafficshaper/opentrafficshaper.log +#log_file=/var/log/opentrafficshaper/opentrafficshaper.log + + +# PID file: +# Filename to write our PID to +# Defaults to /var/run/opentrafficshaper/opentrafficshaper.pid +#pid_file=/var/run/opentrafficshaper/opentrafficshaper.pid + + + # # Plugins # @@ -17,6 +30,8 @@ load=radius load=webserver load=tc + + # # General shaping settings # @@ -35,6 +50,7 @@ class=5:Bronze class=6:Best Effort + # # Radius plugin # @@ -44,6 +60,7 @@ dictionary=dicts/dictionary dictionary=dicts/dictionary.allworldit + # # TC Plugin # -- GitLab