diff --git a/opentrafficshaper.conf b/opentrafficshaper.conf
index 3d1c915a52e6837cf00e70d279007993d21d8260..64a0c273438c2e37cd4311aa731e4acf3156ff00 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
 #