diff --git a/config/hosts/yate/service.nix b/config/hosts/yate/service.nix index 7d74449..9e4b98b 100644 --- a/config/hosts/yate/service.nix +++ b/config/hosts/yate/service.nix @@ -22,7 +22,7 @@ After= "network.target"; }; serviceConfig = { - ExecStart = "${pkgs.yate}/bin/yate -c /etc/yate -e /etc/yate/share -Do"; + ExecStart = "${pkgs.yate}/bin/yate -c /etc/yate -e /etc/yate/share"; Type="simple"; Restart="always"; User="yate";