File netqmail.service of Package netqmail
# (C) 2011,2022 Peter Conrad <conrad@quisquis.de> # # This file is licensed under the terms of the # GNU General Public License Version 2. A copy of these terms should be # enclosed as "gpl-2.0.txt" in the package containing this file. [Unit] Description=Qmail MTA After=local-fs.target [Install] WantedBy=multi-user.target WantedBy=mail-transfer-agent.target [Service] Environment=PATH=@QMAIL_EXECDIR@:/bin:/usr/bin:/sbin:/usr/sbin WorkingDirectory=@QMAIL_HOME@ ExecStart=@QMAIL_EXECDIR@/qmail-start ./Maildir/ splogger qmail KillMode=process StandardInput=null SyslogFacility=mail SyslogIdentifier=qmail-send SyslogLevel=notice SyslogLevelPrefix=false Restart=always