2020-09-24 14:24:42 +00:00
|
|
|
[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
|
2022-12-06 15:09:52 +00:00
|
|
|
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
|
|
|
ExecStart=/bin/bash -c '%h/.local/bin/sync-mail'
|