You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chd/.config/systemd/user/offlineimap-oneshot.service

11 lines
362 B

[Unit]
Description=Run offlineimap with my specifications
After=network.target
[Service]
ExecStart=/run/current-system/sw/bin/docker run -v /home/josiah/.config/offlineimap/:/mnt/config -v /home/josiah/qj/fastmail:/mnt/mail -v /home/josiah/qj/mail.log:/mnt/log -e MAILLOG=TRUE maxkratz/offlineimap:latest
TimeoutStartSec=3600
[Install]
WantedBy=default.target