1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Install systemd units

This commit is contained in:
Eelco Dolstra 2014-04-07 11:18:54 +02:00
parent 8e5fbf4d73
commit 84d6936371
7 changed files with 25 additions and 18 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Nix Daemon
RequiresMountsFor=@storedir@
RequiresMountsFor=@localstatedir@
ConditionPathIsReadWrite=@localstatedir@/nix/daemon-socket
[Service]
ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
KillMode=process