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:
parent
4420553d15
commit
16b1fd3bca
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue