mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01: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
|