diff --git a/modules/systemd/syschdemd/syschdemd.sh b/modules/systemd/syschdemd/syschdemd.sh index 75f10aa3..b2e01c78 100644 --- a/modules/systemd/syschdemd/syschdemd.sh +++ b/modules/systemd/syschdemd/syschdemd.sh @@ -3,7 +3,7 @@ set -euo pipefail [ "${NIXOS_WSL_DEBUG:-}" == "1" ] && set -x -rundir="/run/nixos-wsl" +rundir="/run/elmer-wsl" pidfile="$rundir/unshare.pid" ensure_root() {