[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#75091: [PATCH] services: syslog: fix configuration file argument
From: |
Ludovic Courtès |
Subject: |
bug#75091: [PATCH] services: syslog: fix configuration file argument |
Date: |
Wed, 25 Dec 2024 22:49:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
45mg <45mg.writes@gmail.com> skribis:
> * gnu/services/base.scm (syslog-shepherd-service): Separate incorrectly
> combined arguments which resulted in an argument like "-f
> /etc/syslog.conf" being passed to syslogd, leading it to ignore the
> argument and execute without a configuration file. Effects of this
> included no log files being written, though the Shepherd service ran
> successfully.
>
> Ref: https://issues.guix.gnu.org/70677#4-lineno7
> Change-Id: I3dbe00eabd4a10804e554c12e1466483c0b185b7
Oops, my bad, I overlooked that.
Applied, thanks!
Ludo’.