Try to run bacula-fd as bacula, not root
authorPeter Palfrader <peter@palfrader.org>
Sun, 5 May 2013 07:17:39 +0000 (09:17 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 5 May 2013 07:17:39 +0000 (09:17 +0200)
modules/bacula/templates/default.bacula-fd.erb

index c20fc35..b998713 100644 (file)
@@ -5,10 +5,8 @@
 ENABLED="yes"
 
 # Additional start arguments can be provided here
-ARGS=""
-# We should make it be:
-#ARGS="-u bacula -k"
-# once bug #683080 is fixed
+# ARGS=""
+ARGS="-u bacula -k"
 
 # Default config file can be changed here
 # CONFIG="/etc/bacula/bacula-fd.conf"