set -e
if command -v systemd-sysusers >/dev/null 2>&1; then
systemd-sysusers /usr/lib/sysusers.d/systemd-resolve.conf || true
fi
if command -v systemd-tmpfiles >/dev/null 2>&1; then
systemd-tmpfiles --create /usr/lib/tmpfiles.d/systemd-resolved.conf || true
fi
exit 0