diff dovecot.service.in @ 12439:84eb4afebc95

Added support for systemd. Based on patch by Christophe Fergeau
author Timo Sirainen <tss@iki.fi>
date Wed, 17 Nov 2010 18:40:52 +0000
parents
children 324f9ca60539
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dovecot.service.in	Wed Nov 17 18:40:52 2010 +0000
@@ -0,0 +1,8 @@
+[Unit]
+Description=Dovecot IMAP/POP3 email server
+After=local-fs.target network.target
+
+[Service]
+Type=simple
+ExecStart=@sbindir@/dovecot -F
+NonBlocking=yes