1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00
This commit is contained in:
Wouter den Breejen 2007-10-22 13:22:56 +00:00
parent 588356c30a
commit c0dceea9f0
12 changed files with 95 additions and 64 deletions

6
startNixosDaemon.sh Executable file
View file

@ -0,0 +1,6 @@
#! /bin/sh
initctl stop nix-daemon
killproc.sh nix-worker
sleep 2
initctl start nix-daemon