#1111084 munin-node.service: Referenced but unset environment variable evaluates to an empty string: DAEMON_ARGS

#1111084#5
Date:
2025-08-14 14:49:08 UTC
From:
To:
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.

#1111084#10
Date:
2025-08-14 23:08:16 UTC
From:
To:
awesome, thank you, <3, will upload a fix very soon!
(and then make sure this gets into trixie 13.1)

#1111084#15
Date:
2025-08-21 07:43:31 UTC
From:
To: