Skip to content

Commit

Permalink
Move rundir to root filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
psvo committed Nov 25, 2022
1 parent 153f1e2 commit a0ab919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/syschdemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a0ab919

Please sign in to comment.