Package: systemd
Version: 215-2
Severity: grave

After installation systemd.postinst fails with code 1 when the group
systemd-journal already exists because then addgroup returns code 1 even
with --quiet.
To resolve this I added || true in line 98 so that the script continues:

addgroup --quiet --system systemd-journal || true

_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to