Moves check emails systemd files
This commit is contained in:
parent
27f641996d
commit
eb10c02646
2 changed files with 1 additions and 4 deletions
8
systemd/HOME/.config/systemd/user/checkemails@.service
Normal file
8
systemd/HOME/.config/systemd/user/checkemails@.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Check emails for %i
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/jonathan/.bin/emails/check-emails %i
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Check Inbox Every Minute
|
||||
|
||||
[Timer]
|
||||
OnCalendar=Mon..Fri 9..18:*:00
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue