Skip to content

Commit

Permalink
refactor: change rundir
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Aug 6, 2024
1 parent 781f99d commit 75f4f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/systemd/syschdemd/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="/run/elmer-wsl"
pidfile="$rundir/unshare.pid"

ensure_root() {
Expand Down

0 comments on commit 75f4f62

Please sign in to comment.