opensmtpd: set a tag in the log runit service.
... otherwise somehow it fallsback to a random system account.
This commit is contained in:
parent
6ffc94c857
commit
7aa32f4e15
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec logger -p mail.notice
|
exec logger -p mail.notice -t opensmtpd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=5.4.4p1
|
version=5.4.4p1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/sbin
|
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/sbin
|
||||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue