diff --git a/systemd_timer_files/pythontaskcheck.service b/systemd_timer_files/pythontaskcheck.service index 664964c..f4e7218 100644 --- a/systemd_timer_files/pythontaskcheck.service +++ b/systemd_timer_files/pythontaskcheck.service @@ -6,4 +6,4 @@ WorkingDirectory=[[path_to_repo]] ExecStart=[[path_to_repo]]/.venv/bin/python3 [[path_to_repo]]/taskcheck.py [Install] -WantedBy=graphical.target +WantedBy=default.target diff --git a/systemd_timer_files/pythontaskcheck.timer b/systemd_timer_files/pythontaskcheck.timer index 314af06..f1510a6 100644 --- a/systemd_timer_files/pythontaskcheck.timer +++ b/systemd_timer_files/pythontaskcheck.timer @@ -6,4 +6,4 @@ OnCalendar=Mon..Fri *-*-* 09..17:00/5:00 Unit=pythontaskcheck.service [Install] -WantedBy=graphical.target +WantedBy=default.target