view dovecot.service.in @ 18149:0e74934072e0

lib-charset: Added charset_utf8_to_utf8_begin() wrapper function. It's never supposed to fail, so it makes it nicer for the callers who need to use it.
author Timo Sirainen <tss@iki.fi>
date Thu, 15 Jan 2015 01:05:13 +0200
parents 324f9ca60539
children 8dc79a437858
line wrap: on
line source

[Unit]
Description=Dovecot IMAP/POP3 email server
After=local-fs.target network.target

[Service]
Type=simple
ExecStart=@sbindir@/dovecot -F
NonBlocking=yes

[Install]
WantedBy=multi-user.target