Skip to content

Commit

Permalink
Update apple-security-updates.service
Browse files Browse the repository at this point in the history
  • Loading branch information
Geek-MD authored Jul 9, 2023
1 parent 515580a commit 641b234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple-security-updates.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ After=multi-user.target
Type=simple
Environment=DISPLAY=:0
ExecStartPre=/bin/sleep 60
ExecStart=/usr/bin/python3 /<absolute_path_to_file>/asu_notifier.py
ExecStart=/usr/bin/python3 <absolute_path_to_file>/asu_notifier.py
Restart=on-failure
RestartSec=30s
KillMode=process
TimeoutSec=infinity
Environment="PYTHONPATH=$PYTHONPATH:/<path_to_your_python_packages>/"
Environment="PYTHONPATH=$PYTHONPATH:<path_to_your_python_packages>"

[Install]
WantedBy=multi-user.target

0 comments on commit 641b234

Please sign in to comment.