#1111084 munin-node.service: Referenced but unset environment variable evaluates to an empty string: DAEMON_ARGS #1111084
- Package:
- munin-node
- Source:
- munin-node
- Submitter:
- ilf
- Date:
- 2025-08-21 07:51:03 UTC
- Severity:
- normal
In trixie, munin-node outputs this warning to journal: https://github.com/munin-monitoring/munin/pull/1622/commits/e529047a9bd684f907a98ffc979c18d132a02224 The patch is four characters on one line in /lib/systemd/system/munin-node.service: -ExecStart=/usr/sbin/munin-node $DAEMON_ARGS +ExecStart=/usr/sbin/munin-node ${DAEMON_ARGS- } Thanks.
awesome, thank you, <3, will upload a fix very soon! (and then make sure this gets into trixie 13.1)