diff options
Diffstat (limited to 'community/dbmail/dbmail-imapd.service')
-rw-r--r-- | community/dbmail/dbmail-imapd.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/dbmail/dbmail-imapd.service b/community/dbmail/dbmail-imapd.service new file mode 100644 index 000000000..bc3319fd0 --- /dev/null +++ b/community/dbmail/dbmail-imapd.service @@ -0,0 +1,11 @@ +[Unit] +Description=DBMail Imap Server +After=syslog.target network.target mysqld.service postgresql.service + +[Service] +Type=forking +PIDFile=/run/dbmail/dbmail-imapd.pid +ExecStart=/usr/bin/dbmail-imapd -p /run/dbmail/dbmail-imapd.pid + +[Install] +WantedBy=multi-user.target |