diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-13 13:27:36 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-13 13:27:36 +0200 |
| commit | 86ef23b04ec6938a31afac0a26d1daded58706ac (patch) | |
| tree | 8b95f07062d539638892b2618375d9fb98cad2ea /custom | |
| parent | 02e14c2816642c10e49d8368fa52b345241bd6e8 (diff) | |
| download | nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar.gz nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar.bz2 nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar.xz nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.zip | |
…
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/motion.nix | 2 |
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 | } |
