diff options
author | 2023-08-26 16:21:08 +0200 | |
---|---|---|
committer | 2023-08-26 16:21:08 +0200 | |
commit | 1c72dffdc796b9aa428abc9e9d557f817f6f9baa (patch) | |
tree | a2f0fbbd1434fdccba5aee43c6948c64b9b49057 /mail-mta/opensmtpd/files/smtpd-r1.service | |
parent | mail-mta/opensmtpd: drop inactive maintainer (diff) | |
download | gentoo-1c72dffdc796b9aa428abc9e9d557f817f6f9baa.tar.gz gentoo-1c72dffdc796b9aa428abc9e9d557f817f6f9baa.tar.bz2 gentoo-1c72dffdc796b9aa428abc9e9d557f817f6f9baa.zip |
mail-mta/opensmtpd: add 7.3.0_p1
Bug: https://bugs.gentoo.org/779076
Bug: https://bugs.gentoo.org/881701
Bug: https://bugs.gentoo.org/899788
Bug: https://bugs.gentoo.org/908836
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'mail-mta/opensmtpd/files/smtpd-r1.service')
-rw-r--r-- | mail-mta/opensmtpd/files/smtpd-r1.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail-mta/opensmtpd/files/smtpd-r1.service b/mail-mta/opensmtpd/files/smtpd-r1.service new file mode 100644 index 000000000000..fccd88f31472 --- /dev/null +++ b/mail-mta/opensmtpd/files/smtpd-r1.service @@ -0,0 +1,11 @@ +[Unit] +Description=OpenSMTPD +After=network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/smtpd +PIDFile=/run/smtpd.pid + +[Install] +WantedBy=multi-user.target |