1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00
nix/startNixosDaemon.sh
Wouter den Breejen c0dceea9f0
2007-10-22 13:22:56 +00:00

6 lines
92 B
Bash
Executable file

#! /bin/sh
initctl stop nix-daemon
killproc.sh nix-worker
sleep 2
initctl start nix-daemon