dovecot.service.in revision 9913ea5ea62749f43c9cf100d01a7c398b19b611
70N/A# This file is part of Dovecot
70N/A#
98N/A# If you want to pass additionally command line options to the dovecot
70N/A# binary, create the file:
70N/A# `/etc/systemd/system/dovecot.service.d/service.conf'.
70N/A# In this file create a Service section and configure an Environment with
70N/A# the variable `OPTIONS'. For example:
70N/A#
70N/A# [Service]
70N/A# Environment='OPTIONS=-p'
70N/A#
70N/A# In the `Service' section you may also specify various other setting.
70N/A# If you have trouble with `Too many open files' you may set:
70N/A#LimitNOFILE=8192
70N/A#
70N/A# If you want to allow the Dovecot services to produce core dumps, use:
70N/A#LimitCORE=infinity
70N/A
70N/A[Unit]
70N/ADescription=Dovecot IMAP/POP3 email server
70N/ADocumentation=man:dovecot(1)
70N/ADocumentation=http://wiki2.dovecot.org/
70N/AAfter=local-fs.target network.target
70N/A
70N/A[Service]
70N/AType=forking
70N/AExecStart=@sbindir@/dovecot
70N/APIDFile=@rundir@/master.pid
70N/AExecReload=@bindir@/doveadm reload
70N/AExecStop=@bindir@/doveadm stop
280N/APrivateTmp=true
70N/ANonBlocking=yes
70N/AProtectSystem=full
70N/APrivateDevices=true
98N/ANoNewPrivileges=true
213N/ACapabilityBoundingSet=CAP_CHOWN CAP_DAC_OVERRIDE CAP_IPC_LOCK CAP_KILL CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_SYS_RESOURCE
231N/A
98N/A[Install]
210N/AWantedBy=multi-user.target
128N/A