Your message dated Tue, 2 Jul 2019 20:42:57 +0200
with message-id <[email protected]>
and subject line Re: rsyslog: RSYSLOGD_OPTIONS ignored in /etc/default/rsyslog
has caused the Debian Bug report #762815,
regarding rsyslog doesn't getting arguments from /etc/default/rsyslog
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
762815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762815
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rsyslog
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 1834
Maintainer: Michael Biebl <[email protected]>
Architecture: amd64
Version: 8.4.2-1+deb8u2
Hello,
When i try modify arguments in /etc/default/rsyslog I don't getting any
results so the systemd service file is broken.
Suggest patch:
rsyslog.service.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rsyslog.service.in b/rsyslog.service.in
index cb629ee..79067ca 100644
--- a/rsyslog.service.in
+++ b/rsyslog.service.in
@@ -6,7 +6,8 @@ Documentation=http://www.rsyslog.com/doc/
[Service]
Type=notify
-ExecStart=@sbindir@/rsyslogd -n
+EnvironmentFile=-/etc/default/rsyslog
+ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_OPTIONS
StandardOutput=null
Restart=on-failure
--- End Message ---
--- Begin Message ---
On Thu, 25 Sep 2014 12:57:55 +0200 Juha <[email protected]> wrote:
> Package: rsyslog
> Version: 8.4.0-2
> Severity: normal
>
> Hello,
>
> rsyslog seems to completely ignore RSYSLOGD_OPTIONS set in
> /etc/default/rsyslog and rsyslogd is always started with "-n". This happens
> at least when using systemd.
This is deliberate.
Please use a systemd drop-in file if you want to override the start
parameters.
Regards,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---