From c07df549034be4775d68c21f27b8d6772339a7e6 Mon Sep 17 00:00:00 2001 From: ION606 Date: Tue, 17 Sep 2024 16:56:18 -0400 Subject: [PATCH] path fix --- auto/setupauto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/setupauto.sh b/auto/setupauto.sh index a0317b5..c457cda 100644 --- a/auto/setupauto.sh +++ b/auto/setupauto.sh @@ -17,7 +17,7 @@ cat << EOF > /etc/systemd/system/shownotif.service Description=Run shownotif script [Service] -ExecStart=/home/$1/.customscripts/run.sh +ExecStart=/home/$1/.automations/run.sh Type=simple User=$1 Environment="DISPLAY=:0"