Adding mail syncing with home server
This commit is contained in:
13
systemd/.config/systemd/user/syncmail.timer
Normal file
13
systemd/.config/systemd/user/syncmail.timer
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Sync mail with rhea every 3 minutes
|
||||
RefuseManualStart=no
|
||||
RefuseManualStop=no
|
||||
|
||||
[Timer]
|
||||
Persistent=false
|
||||
OnBootSec=3min
|
||||
OnUnitActiveSec=3min
|
||||
Unite=syncmail.service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user