Marty Oehme
ff2cbe7e2d
Renamed script to sync local mbox directory with remote from `mail-check` to `sync-mail`. Changed necessary integrations accordingly (neomutt and system service).
9 lines
325 B
Desktop File
9 lines
325 B
Desktop File
[Unit]
|
|
Description=Mailbox synchronization service
|
|
Wants=network-online.target gpg-agent.socket
|
|
After=network.target network-online.target dbus.socket gpg-agent.socket
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
|
ExecStart=/bin/bash -c '%h/.local/bin/sync-mail'
|