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
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec logger -p mail.notice
|
||||
exec logger -p mail.notice -t opensmtpd
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opensmtpd'
|
||||
pkgname=opensmtpd
|
||||
version=5.4.4p1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/sbin
|
||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
||||
|
|
Loading…
Reference in New Issue