mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
9 lines
217 B
Bash
Executable file
9 lines
217 B
Bash
Executable file
#! /bin/sh
|
|
|
|
initctl stop nix-daemon
|
|
killproc.sh nix-worker
|
|
sleep 2
|
|
|
|
#/nixstate2/nix/bin/nix-worker --daemon > /dev/null 2>&1 &
|
|
/nixstate2/nix/bin/nix-worker --daemon
|
|
#gdb --args /nixstate2/nix/bin/nix-worker --daemon
|