From db3d5eb181cce1158dea307dd824f1b0d95e7fa0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 Apr 2018 13:28:55 +0200 Subject: motion always logs to syslog --- custom/motion.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'custom') diff --git a/custom/motion.nix b/custom/motion.nix index 303800c9..eff1790b 100644 --- a/custom/motion.nix +++ b/custom/motion.nix @@ -99,6 +99,7 @@ in { WorkingDirectory = "/run/motion"; ExecStart = "${pkgs.motion}/bin/motion -n -c motion.conf"; ExecStartPre = "+${preStart}"; + StandardError = "null"; }; wantedBy = [ "multi-user.target" ]; -- cgit v1.2.3