mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
6 lines
104 B
Text
6 lines
104 B
Text
|
description "Nix Daemon"
|
||
|
start on filesystem
|
||
|
stop on shutdown
|
||
|
respawn
|
||
|
exec @bindir@/nix-daemon --daemon
|