diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:15:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:15:50 +0000 |
commit | 1bb6cd3e44793f984a185599a1b67bec1746c9cb (patch) | |
tree | 40335c0662c5a1759dddb4cd77dec610d4a48459 /cyrus-imapd.service | |
parent | 8b4f6660a4ef8974e8d1cb34f6ba34b66598d9f8 (diff) |
automatic import of cyrus-imapdopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'cyrus-imapd.service')
-rw-r--r-- | cyrus-imapd.service | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cyrus-imapd.service b/cyrus-imapd.service new file mode 100644 index 0000000..7993d95 --- /dev/null +++ b/cyrus-imapd.service @@ -0,0 +1,22 @@ +[Unit] +Description=Cyrus-imapd IMAP/POP3 email server +After=local-fs.target network-online.target + +Requires=cyrus-imapd-init.service +After=cyrus-imapd-init.service + +[Service] +Type=simple +EnvironmentFile=/etc/sysconfig/cyrus-imapd +ExecStart=/usr/libexec/cyrus-imapd/master $CYRUSOPTIONS +ExecReload=/bin/kill -HUP $MAINPID +PrivateTmp=true + +# 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 + +[Install] +WantedBy=multi-user.target |