Merge pull request #1366 from Mic92/fix-nix-daemon-service

nix-daemon.service: fix startup
This commit is contained in:
Eelco Dolstra 2017-05-01 11:16:56 +02:00 committed by GitHub
commit b0b81b7500

View file

@ -8,3 +8,4 @@ ConditionPathIsReadWrite=@localstatedir@/nix/daemon-socket
ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
KillMode=process
Environment=XDG_CACHE_HOME=/root/.cache
Environment=XDG_CONFIG_HOME=/root/.config