This commit is contained in:
2024-09-17 16:56:18 -04:00
parent e798cd3bb1
commit c07df54903
+1 -1
View File
@@ -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"