summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/motion.nix1
1 files changed, 1 insertions, 0 deletions
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 {
99 WorkingDirectory = "/run/motion"; 99 WorkingDirectory = "/run/motion";
100 ExecStart = "${pkgs.motion}/bin/motion -n -c motion.conf"; 100 ExecStart = "${pkgs.motion}/bin/motion -n -c motion.conf";
101 ExecStartPre = "+${preStart}"; 101 ExecStartPre = "+${preStart}";
102 StandardError = "null";
102 }; 103 };
103 104
104 wantedBy = [ "multi-user.target" ]; 105 wantedBy = [ "multi-user.target" ];