diff --git a/systemd/.config/systemd/user/syncmail.service b/systemd/.config/systemd/user/checkmail.service similarity index 80% rename from systemd/.config/systemd/user/syncmail.service rename to systemd/.config/systemd/user/checkmail.service index 3ed8d7f..7d0f62b 100644 --- a/systemd/.config/systemd/user/syncmail.service +++ b/systemd/.config/systemd/user/checkmail.service @@ -1,5 +1,5 @@ [Unit] -Description=Sync mail +Description=Check mail [Service] ExecStart=/home/powellc/.local/bin/checkmail diff --git a/systemd/.config/systemd/user/checkmail.timer b/systemd/.config/systemd/user/checkmail.timer new file mode 100644 index 0000000..42e67fb --- /dev/null +++ b/systemd/.config/systemd/user/checkmail.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Check mail timer + +[Timer] +OnCalendar=*:0/2 +Unit=checkmail.service + +[Install] +WantedBy=default.target diff --git a/systemd/.config/systemd/user/syncmail.timer b/systemd/.config/systemd/user/syncmail.timer deleted file mode 100644 index 507c118..0000000 --- a/systemd/.config/systemd/user/syncmail.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Sync mail timer - -[Timer] -OnCalendar=*:0/3 -Unit=syncmail.service - -[Install] -WantedBy=default.target