From a0ab91999ef70ca89940a29b3e2467b030d64983 Mon Sep 17 00:00:00 2001 From: psvo Date: Wed, 23 Nov 2022 19:12:17 +0100 Subject: [PATCH] Move rundir to root filesystem --- scripts/syschdemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/syschdemd.sh b/scripts/syschdemd.sh index a28ffccf..64c22318 100644 --- a/scripts/syschdemd.sh +++ b/scripts/syschdemd.sh @@ -3,7 +3,7 @@ set -euo pipefail [ "${NIXOS_WSL_DEBUG:-}" == "1" ] && set -x -rundir="/run/nixos-wsl" +rundir="/var/tmp/nixos-wsl" pidfile="$rundir/unshare.pid" ensure_root() {