--- /dev/null
+# Set to "yes" to start jackd at boot
+START_DAEMON=yes
+
+# The jackd process will run under this user
+USER=prebarreau
+
+# Options to pass to jackd
+OPTIONS="-R -P70 -dalsa -r48000 -p1024 -n3 -D -Chw:0,1 -Phw:0,1 "
+
--- /dev/null
+# Set to "yes" to start vncserver at boot
+START_DAEMON=yes
+
+# The vncserver process will run under this user
+USER=prebarreau
+
+# The vncserver port (i.e. 2 for 5902)
+PORT="1"
+
+# Options to pass to vncserver
+OPTIONS="-geometry 1024x768 -depth 8"
+
+++ /dev/null
-# Set to "yes" to start jackd at boot
-START_DAEMON=yes
-
-# The jackd process will run under this user
-USER=prebarreau
-
-# Options to pass to jackd
-OPTIONS="-R -P70 -dalsa -r48000 -p1024 -n3 -D -Chw:0,1 -Phw:0,1 "
-
+++ /dev/null
-# Set to "yes" to start vncserver at boot
-START_DAEMON=yes
-
-# The vncserver process will run under this user
-USER=prebarreau
-
-# The vncserver port (i.e. 2 for 5902)
-PORT="1"
-
-# Options to pass to vncserver
-OPTIONS="-geometry 1024x768 -depth 8"
-