blob: ca250ea5d3e838f823e34cb5324221edf97ca1f8 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001[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