mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
5 lines
104 B
Text
5 lines
104 B
Text
description "Nix Daemon"
|
|
start on filesystem
|
|
stop on shutdown
|
|
respawn
|
|
exec @bindir@/nix-daemon --daemon
|