mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-10 01:46:15 +00:00
/lib/lsb/init-functions.d/40-systemd unconditionally uses "set +e; set +u". This can change the behavior of init scripts that use "set -e" and/or "set -u". Change the systemd integration to not rely on "set +e" or "set +u" but instead work correctly in all cases by catching all commands that might fail. Closes: #751472 |
||
|---|---|---|
| .. | ||
| 40-systemd | ||