Blame SOURCES/cyrus-imapd.service

d76fc1
[Unit]
d76fc1
Description=Cyrus-imapd IMAP/POP3 email server
d76fc1
After=local-fs.target network-online.target
d76fc1
d76fc1
Requires=cyrus-imapd-init.service
d76fc1
After=cyrus-imapd-init.service
d76fc1
d76fc1
[Service]
d76fc1
Type=simple
d76fc1
EnvironmentFile=/etc/sysconfig/cyrus-imapd
d76fc1
ExecStart=/usr/libexec/cyrus-imapd/master $CYRUSOPTIONS
d76fc1
ExecReload=/bin/kill -HUP $MAINPID
d76fc1
PrivateTmp=true
d76fc1
d76fc1
# Cyrus may spawn many processes in normal operation.  These figures are higher
d76fc1
# than the defaults, but may still need to be tuned for your local
d76fc1
# configuration.
d76fc1
TasksMax=2048
d76fc1
LimitNOFILE=16384
d76fc1
d76fc1
[Install]
d76fc1
WantedBy=multi-user.target