[systemd] Rename syncmail to checkmail

This commit is contained in:
2026-08-05 11:02:20 -04:00
parent 15928f17c7
commit 4146ca8836
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
[Unit]
Description=Sync mail
Description=Check mail
[Service]
ExecStart=/home/powellc/.local/bin/checkmail

View File

@ -0,0 +1,9 @@
[Unit]
Description=Check mail timer
[Timer]
OnCalendar=*:0/2
Unit=checkmail.service
[Install]
WantedBy=default.target

View File

@ -1,9 +0,0 @@
[Unit]
Description=Sync mail timer
[Timer]
OnCalendar=*:0/3
Unit=syncmail.service
[Install]
WantedBy=default.target