mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
6 lines
92 B
Bash
Executable file
6 lines
92 B
Bash
Executable file
#! /bin/sh
|
|
|
|
initctl stop nix-daemon
|
|
killproc.sh nix-worker
|
|
sleep 2
|
|
initctl start nix-daemon
|