Fixed incorrect path used in tumblerd masking.

This commit is contained in:
2025-04-27 12:02:02 -04:00
parent c3669974bf
commit 1140fcce2f

View File

@@ -295,8 +295,8 @@ background = #77767b
indicators = ~host;~spacer;~clock;~spacer;~power
EOF
mkdir -p /home/$username/.config/systemd/user
ln -s /dev/null /home/$username/.config/systemd/user/tumblerd.service
mkdir -p /mnt/home/$username/.config/systemd/user
ln -s /dev/null /mnt/home/$username/.config/systemd/user/tumblerd.service
chown -R 1000:1000 /mnt/home/$username/.config