nix-daemon.service: add install section.

Signed-off-by: Piotr Szubiakowski <pszubiak@eso.org>
This commit is contained in:
Piotr Szubiakowski 2019-08-27 10:35:35 +02:00
parent 15ee2bc2fe
commit d459224724
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ ConditionPathIsReadWrite=@localstatedir@/nix/daemon-socket
[Service]
ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
KillMode=process
[Install]
WantedBy=multi-user.target