1[Unit]
2Description=Optimize Dovecot FTS Index
3Requires=dovecot.service
4After=dovecot.service
5
6[Service]
7Type=oneshot
8ExecStart=@@prefix@@/doveadm fts optimize -A
9
10[Install]
11WantedBy=multi-user.target
12