about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-08-27T08·50+0200
committerGitHub <noreply@github.com>2019-08-27T08·50+0200
commitee07ce7554da03b95d9258c4b2f6153b55100b71 (patch)
tree18e7cafdda8f3c70608685444e9712ed6ed66e1c
parent15ee2bc2fe6768a2ec1b312b6682299bbc407d86 (diff)
parentd45922472434783bdc29610479a735dd236229a3 (diff)
Merge pull request #3064 from pszubiak/systemd-unit-service-fix
nix-daemon.service: add install section.
-rw-r--r--misc/systemd/nix-daemon.service.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/systemd/nix-daemon.service.in b/misc/systemd/nix-daemon.service.in
index 5fc04a3f5713..25655204d4df 100644
--- a/misc/systemd/nix-daemon.service.in
+++ b/misc/systemd/nix-daemon.service.in
@@ -7,3 +7,6 @@ ConditionPathIsReadWrite=@localstatedir@/nix/daemon-socket
 [Service]
 ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
 KillMode=process
+
+[Install]
+WantedBy=multi-user.target