[systemd] Rename syncmail to checkmail
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Sync mail
|
||||
Description=Check mail
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/powellc/.local/bin/checkmail
|
||||
9
systemd/.config/systemd/user/checkmail.timer
Normal file
9
systemd/.config/systemd/user/checkmail.timer
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Check mail timer
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/2
|
||||
Unit=checkmail.service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Sync mail timer
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/3
|
||||
Unit=syncmail.service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user