xref: /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/dovecot.service (revision eb8dc40360f0cfef56fb6947cc817a547d6d9bc6)
1[Unit]
2Description=Dovecot IMAP/POP3 email server
3After=local-fs.target network.target
4
5[Service]
6Type=simple
7EnvironmentFile=-@SYSCONFDIR@/sysconfig/dovecot
8ExecStart=@SBINDIR@/dovecot -F
9ExecReload=/bin/kill -HUP $MAINPID
10NonBlocking=yes
11
12[Install]
13WantedBy=multi-user.target
14
15