mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
add runit service
This commit is contained in:
parent
a894729460
commit
4420553d15
1 changed files with 3 additions and 0 deletions
3
misc/runit/nix-daemon.service.in
Normal file
3
misc/runit/nix-daemon.service.in
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!bin/sh
|
||||||
|
sv check nix >/dev/null || exit 1
|
||||||
|
exec /nix/var/nix/profiles/default/bin/nix-daemon --daemon
|
Loading…
Add table
Add a link
Reference in a new issue