summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/motion.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/motion.nix b/custom/motion.nix
index b470541a..303800c9 100644
--- a/custom/motion.nix
+++ b/custom/motion.nix
@@ -101,7 +101,7 @@ in {
101 ExecStartPre = "+${preStart}"; 101 ExecStartPre = "+${preStart}";
102 }; 102 };
103 103
104 wantedBy = [ "default.target" ]; 104 wantedBy = [ "multi-user.target" ];
105 }; 105 };
106 }; 106 };
107} 107}