1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Update misc/shepherd/nix-daemon.service.scm

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Konrad "Unrooted" Klawikowski 2022-06-16 13:25:26 +02:00 committed by GitHub
parent 4420553d15
commit 16b1fd3bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ define nix-daemon
#:start (make-forkexec-constructor
'("/nix/var/nix/profiles/default/bin/nix-daemon"))
#:stop (make-kill-destructor)
#:respawn? #t))
#:respawn? #t)
(register-services nix-daemon)
(start nix-daemon)