bacula: file daemon needs to run as root
This commit is contained in:
parent
07406231e3
commit
000d5a62aa
@ -354,7 +354,7 @@ in {
|
|||||||
description = "Bacula File Daemon";
|
description = "Bacula File Daemon";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [ pkgs.bacula ];
|
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 {
|
systemd.services.bacula-sd = mkIf sd_cfg.enable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user