SOLVED: mbsync without systemd
When I was using systemd, I had mbsync setup as a service and timer. I'm unsure how this might be done w/openrc (or if it can be)
Any ideas/help would be appreciated.
What I have done recently, was the following under a user cron.
*/5 * * * * /usr/bin/mbsync -aq -c /home/cds/.config/mbsync/config > /dev/null 2>&1
The above does not appear to be working as I would need to manually tell Mutt to sync up.