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 Description=Run shownotif script
[Service] [Service]
ExecStart=/home/$1/.customscripts/run.sh ExecStart=/home/$1/.automations/run.sh
Type=simple Type=simple
User=$1 User=$1
Environment="DISPLAY=:0" Environment="DISPLAY=:0"