From d99f6e5b12b20aa7b6278fef4beb7f05e64f2f8b Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 23 Feb 2026 23:06:46 -0500 Subject: [PATCH] minor fixes --- distro-begin | 2 +- subdir_files/.config/systemd/user/profanity.service | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distro-begin b/distro-begin index 37ee196..10b69d3 100755 --- a/distro-begin +++ b/distro-begin @@ -476,7 +476,7 @@ if (( ${#dirs[@]} )); then sudo mkdir -p "${dirs[@]}" fi -sudo chown iank:iank /nocow/t +sudo chown iank:iank /nocow/{t,user} sudo chmod 700 /nocow/t sudo /a/exe/lnf -T /nocow/t /t diff --git a/subdir_files/.config/systemd/user/profanity.service b/subdir_files/.config/systemd/user/profanity.service index 1838378..5d55926 100644 --- a/subdir_files/.config/systemd/user/profanity.service +++ b/subdir_files/.config/systemd/user/profanity.service @@ -9,6 +9,7 @@ Description=profanity # aliasing it to the default target and also make it # After=default.target. I figured this probably works and is simpler. After=gpg-agent.service +After=local-fs.target [Service] # tmux requirement -- 2.30.2