Skip to content

Commit

Permalink
Revert "Move rundir to root filesystem"
Browse files Browse the repository at this point in the history
This reverts commit a0ab919.
  • Loading branch information
psvo committed Nov 25, 2022
1 parent a0ab919 commit 3607f86
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="/var/tmp/nixos-wsl"
rundir="/run/nixos-wsl"
pidfile="$rundir/unshare.pid"

ensure_root() {
Expand Down

0 comments on commit 3607f86

Please sign in to comment.