9 lines
236 B
SYSTEMD
9 lines
236 B
SYSTEMD
|
[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
|
||
|
ExecStart=/home/marty/.local/bin/mail-check
|