bacula: file daemon needs to run as root

This commit is contained in:
Domen Kozar 2013-05-18 12:29:03 +02:00
parent 07406231e3
commit 000d5a62aa

View File

@ -354,7 +354,7 @@ in {
description = "Bacula File Daemon";
wantedBy = [ "multi-user.target" ];
path = [ pkgs.bacula ];
serviceConfig.ExecStart = "${pkgs.bacula}/sbin/bacula-fd -f -u bacula -g bacula -c ${fd_conf}";
serviceConfig.ExecStart = "${pkgs.bacula}/sbin/bacula-fd -f -u root -g bacula -c ${fd_conf}";
};
systemd.services.bacula-sd = mkIf sd_cfg.enable {