mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 23:28:58 +00:00
11 lines
230 B
Desktop File
11 lines
230 B
Desktop File
[Unit]
|
|
Description=Dict authentication proxy for dovecot
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/doveauth /run/dovecot/doveauth.socket vmail /home/vmail/passdb.sqlite
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|