From c9967f73c0361fdf6f146cc3211f2a5a379a9496 Mon Sep 17 00:00:00 2001 From: echtnurich Date: Wed, 7 Aug 2024 18:53:15 +0200 Subject: [PATCH] decolour the log because of blob data --- config/hosts/yate/service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";