cyrus-imapd/cyrus-imapd.service

23 lines
572 B
SYSTEMD
Raw Normal View History

2011-04-04 15:10:19 +00:00
[Unit]
Description=Cyrus-imapd IMAP/POP3 email server
2021-03-22 10:05:55 +00:00
After=local-fs.target network-online.target
2011-04-04 15:10:19 +00:00
Requires=cyrus-imapd-init.service
After=cyrus-imapd-init.service
2011-04-04 15:10:19 +00:00
[Service]
Type=simple
EnvironmentFile=/etc/sysconfig/cyrus-imapd
ExecStart=/usr/libexec/cyrus-imapd/master $CYRUSOPTIONS
ExecReload=/bin/kill -HUP $MAINPID
2012-02-07 14:57:28 +00:00
PrivateTmp=true
2011-04-04 15:10:19 +00:00
# Cyrus may spawn many processes in normal operation. These figures are higher
# than the defaults, but may still need to be tuned for your local
# configuration.
TasksMax=2048
LimitNOFILE=16384
2011-04-04 15:10:19 +00:00
[Install]
WantedBy=multi-user.target