mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +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
|
#:start (make-forkexec-constructor
|
||||||
'("/nix/var/nix/profiles/default/bin/nix-daemon"))
|
'("/nix/var/nix/profiles/default/bin/nix-daemon"))
|
||||||
#:stop (make-kill-destructor)
|
#:stop (make-kill-destructor)
|
||||||
#:respawn? #t))
|
#:respawn? #t)
|
||||||
(register-services nix-daemon)
|
(register-services nix-daemon)
|
||||||
|
|
||||||
(start nix-daemon)
|
(start nix-daemon)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue