add service name to log lines

This commit is contained in:
Daniel Barlow
2023-03-04 23:08:25 +00:00
parent 5427456c21
commit a8cb872859
4 changed files with 50 additions and 18 deletions

View File

@@ -4,6 +4,16 @@ in
extraPkgs // {
strace = prev.strace.override { libunwind = null; };
s6 = prev.s6.overrideAttrs(o: {
patches =
(if o ? patches then o.patches else []) ++ [
(final.fetchpatch {
# add "p" directive in s6-log
url = "https://github.com/skarnet/s6/commit/ddc76841398dfd5e18b22943727ad74b880236d3.patch";
hash = "sha256-fBtUinBdp5GqoxgF6fcR44Tu8hakxs/rOShhuZOgokc=";
})];
});
dnsmasq =
let d = prev.dnsmasq.overrideAttrs(o: {
preBuild = ''